TTN_POP (Windows CE 5.0)
This notification notifies the owner window that a ToolTip is about to be hidden. This message is sent in the form of a WM_NOTIFY message.
TTN_POP idTT = (int)wParam;pnmh = (LPNMHDR) lParam;
Parameters
- idTT
Integer that identifies the ToolTip control. - pnmh
Pointer to an NMHDR structure that contains the notification code and additional information.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
WM_NOTIFY | NMHDR | ToolTips Notifications
Send Feedback on this topic to the authors