IN_PAINT
Sent to the
parent window of an owner-draw ink edit control to indicate that the control
should be painted.
The control s parent window receives this notification message
through a WM_COMMAND message.
Parameters
wParam
Specifies the
identifier of the ink edit control.
lParam
Specifies the
handle of the ink edit control in the low-order word and the IN_PAINT
notification message in the high-order word.
Comments
The
application should use the IE_GETPAINTDC message to retrieve the details of the
required painting.
See Also