Clipboards Messages (Windows Embedded CE 6.0)
1/6/2010
The following table shows the clipboard messages, with a description of the purpose of each.
Programming element | Description |
---|---|
This message is sent by an application to an edit control or combo box to delete, or clear, the current selection, if any, from the edit control. |
|
This message is sent by an application to an edit control or combo box to copy the current selection to the clipboard in CF_UNICODETEXT format. |
|
This message is sent by an application to an edit control or combo box to delete (cut) the current selection, if any, in the edit control and copy the deleted text to the clipboard in CF_UNICODETEXT format. |
|
This message is sent by an application to an edit control or combo box to copy the current content of the clipboard to the edit control at the current caret position. |
|
This message is sent to the clipboard owner before it is destroyed, if the clipboard owner has delayed rendering one or more clipboard formats. |
|
This message is sent to the clipboard owner if it has delayed rendering a specific clipboard format and if an application has requested data in that format. |