EM_CUT - Remarks

The entry field control window procedure responds to this message by copying the text that forms the current selection to the clipboard in CF_TEXT format, and then deleting it from the entry field control and setting usmaxsel equal to usminsel.

This message is the combination of a EM_COPY message followed by a EM_CLEAR message.


[Back: EM_CUT - Syntax]
[Next: EM_CUT - Default Processing]