TTM_TRACKACTIVATE (Windows Embedded CE 6.0)
1/6/2010
This message activates or deactivates a tracking ToolTip.
Syntax
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 Value
None.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE .NET 4.0 and later |