SECEditController::Paste

void SECEditController::Paste(void)

Inserts the data from the Clipboard at the current cursor position. Data is inserted only if the Clipboard contains data in CF_TEXT format.

Defined in: SECEditControllerCEditEmul.cpp

Comments

If _UNICODE is defined, the text will be gotten from the Clipboard as CF_UNICODETEXT.

Developer Notes

This method is provided as a part of the Objective Edit CEdit compatiblity layer.

See Also

SECEditController