RichInk Control Reference
This API implements a container that supports RichInk and VoiceBar windows. The RichInk Control API supports backward compatibility by implementing five high-level messages. This API also implements a basic menu bar for input mode switching and VoiceBar.
The following elements are associated with the RichInk control:
The following other useful Rich Edit controls and Microsoft Windows messages are supported by the RichInk control.
Flag |
---|
EM_CANPASTE |
EM_GETMODIFY |
EM_GETSEL |
EM_REPLACESEL |
EM_SETMODIFY |
EM_SETSEL |
WM_CLEAR |
WM_COPY |
WM_CUT |
WM_GETTEXT |
WM_GETTEXTLENGTH |
WM_PASTE |
WM_SETTEXT |
Note The EM_SETSEL, EM_GETSEL, and EM_REPLACESEL messages are intended for use with text in the VT_TYPINGVIEW and VT_WRITINGVIEW view modes. These operations will have inconsistent results with the view mode set to VT_DRAWINGVIEW.
See Also
Send Feedback on this topic to the authors