IE_GETSTYLE
Retrieves the
current style attributes of an ink edit control.
Parameters
wParam
Not used;
must be 0.
lParam
Not used;
must be 0.
Return Value
If
successful, returns the following current style bits:
Constant |
Description |
IES_BORDER |
Border
drawn around control. |
IES_HSCROLL |
Horizontally
scrollable control. |
IES_VSCROLL |
Vertically scrollable
control. |
IES_OWNERDRAW |
Application
will do all ink drawing. |
Otherwise,
returns IER_PARAMERR to indicate that wParam or lParam is
invalid.