MICROSOFT_TIP_OPENING_MSG message
Notifies the window when the Text Input Panel is opening.
Parameters
-
wParam
-
Currently not used, should be NULL.
-
lParam
-
Currently not used, should be NULL.
Return value
Applications should call DefWindowProc after handling this message. See DefWindowProc for information about its return values.
Remarks
This notification lets you know when the input panel is opening. If you want to perform an action when this happens, handle the message, perform your operation in the handler, and then pass on the message to DefWindowProc.
Note
This message is also sent when the Text Input Panel is already visible and the user switches from the keyboard to the handwriting skin.
Requirements
Requirement | Value |
---|---|
Client |
Windows Vista |
Header |
|