SECEditController::Cut
voidSECEditController::Cut(void)
Deletes (cuts) the current selection (if any) and copies the deleted text to the Clipboard in CF_TEXT format.
Defined in: SECEditControllerCEditEmul.cpp
Comments
If _UNICODE is defined, the text will be copied to the Clipboard as CF_UNICODETEXT.Developer Notes
This method is provided as a part of the Objective Edit CEdit compatiblity layer.See Also