EM_GETPAGESTYLE
4/8/2010
The EM_GETPAGESTYLE message gets the page style, such as ruled lines, of the RichInk Control.
Syntax
EM_GETPAGESTYLE
wParam = (WPARAM) 0;
lParam = (LPARAM) 0;
Parameters
None.
Return Value
Returns the value of pageStyle, which is equal to the current Page Style (one of the following values).
Flag | Information |
---|---|
PS_DOTTEDLINES |
Dotted lines. |
PS_GRIDLINES |
Grid lines. |
PS_LEFTMARGIN |
Left margin. |
PS_NONE |
No page style is defined. |
PS_RULEDLINES |
Ruled lines. |
PS_TOPLEFTMARGIN |
Top left margin. |
PS_TOPMARGIN |
Top margin. |
PS_YELLOWBACKGROUND |
Yellow background. |
No error conditions are returned.
Remarks
#define EM_GETPAGESTYLE (WM_USER + 323)
Requirements
Header | richink.h |
Library | richink.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2000 and later |