RichInk Control Messages
The following table shows the Pocket PC messages for the RichInk control.
Message | PPC | SP | Description |
---|---|---|---|
EM_CANPASTE | X | Determines whether a rich edit control can paste a specified clipboard format. | |
EM_CANREDO | X | Determines whether actions can be redone. | |
EM_CANUNDO | X | Determines whether actions cannot be redone. | |
EM_CLEARALL | X | Clears all of the current document's data. | |
EM_GETPAGESTYLE | X | Gets the page style of the RichInk Control. | |
EM_GETPENMODE | X | Gets the new pen mode. | |
EM_GETVIEW | X | Gets the view style. | |
EM_GETWRAPMODE | X | Gets the wrap mode — window or page. | |
EM_GETZOOMPERCENT | X | Gets the zoom percentage. | |
EM_INSERTLINKS | X | Inserts the passed string as a link string. | |
EM_REDOEVENT | X | Redoes the allowable action. | |
EM_SETINKLAYER | X | Sets the page style — including ruled lines. | |
EM_SETPAGESTYLE | X | Sets individual aspects of the view mode. | |
EM_SETPENMODE | X | Sets the new pen mode. | |
EM_SETVIEW | X | Sets the view style — typing, writing, or drawing. | |
EM_SETVIEWATTRIBUTES | X | Sets the view attributes. | |
EM_SETWRAPMODE | X | Sets the wrap mode. | |
EM_SETZOOMPERCENT | X | Sets the zoom percentage. | |
EM_STREAMIN | X | Replaces the contents of a RichInk control with a stream of data provided by an application-defined EditStreamCallback function. | |
EM_STREAMOUT | X | Causes a RichInk control to pass its contents to an application-defined EditStreamCallback callback function. | |
EM_UNDOEVENT | X | Reverts to the state of the last action. |
See Also
Send Feedback on this topic to the authors