EM_SETINKLAYER
The EM_SETINKLAYER message sets the page style, such as including ruled lines, of the RichInk Control.
EM_SETINKLAYER
wParam = (WPARAM) (UINT) inkLayer;
lParam = (LPARAM) 0;
Parameters
- inkLayer
Ink Layer to set (VL_* constants). - lParam
Reserved; set to 0.
Return Values
Returns the previous Ink Layer.
Remarks
#define EM_SETINKLAYER (WM_USER + 288)
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: None
OS Versions: Windows CE 3.0 and later
Header: richink.h
Library: richink.lib
See Also
Send Feedback on this topic to the authors