SECEditController::Copy
voidSECEditController::Copy(void)
Copies the current selection (if any) 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