TTM_TRACKACTIVATE (Windows CE 5.0)
This message activates or deactivates a tracking ToolTip.
TTM_TRACKACTIVATE wParam= (WPARAM)(BOOL)bActivate;lParam= (LPARAM)(LPTOOLINFO)lpti;
Parameters
- bActivate
Boolean that specifies whether you want to activate or deactivate tracking. TRUE indicates that you want to activate tracking. FALSE indicates that you want to deactivate tracking. - lpti
Pointer to a TOOLINFO structure that identifies the tool to which this message applies. The hwnd and uId members of the structure identify the tool, and the cbSize member specifies the size of the structure. All other members are ignored.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors