EM_SETPAGESTYLE
The EM_SETPAGESTYLE message sets the page style, such as ruled lines, of the RichInk control.
EM_SETPAGESTYLE
wParam = (WPARAM) (UINT) pageStyle;
lParam = (LPARAM) 0;
Parameters
- pageStyle
Page Style to set (PS_* constants)
Return Values
None.
Remarks
#define EM_SETPAGESTYLE (WM_USER + 287)
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