Share via


EM_GETPAGESTYLE

Send Feedback

The EM_GETPAGESTYLE message gets the page style, such as ruled lines, of the RichInk Control.

EM_GETPAGESTYLE
  wParam = (WPARAM) 0; 
  lParam = (LPARAM) 0;

Parameters

None.

Return Values

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

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

RichInk Control Messages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.