Contents Index Topic Contents | ||
Previous Topic: TTM_SETTOOLINFO Next Topic: TTM_TRACKPOSITION |
TTM_TRACKACTIVATE
TTM_TRACKACTIVATE wParam = (WPARAM)(BOOL) bActivate; lParam = (LPARAM)(LPTOOLINFO) lpti;Activates or deactivates a tracking tooltip.
- The return value for this message is not used.
- bActivate
- Value specifying whether tracking is being activated or deactivated. This value can be one of the following:
TRUE Activate tracking. FALSE Deactivate tracking. - lpti
- Address of a TOOLINFO structure that identifies the tool to which this message applies. The hwnd and uId members identify the tool, and the cbSize member specifies the size of the structure. All other members are ignored.
Version 4.70.
See also Tracking Tooltips, TTM_TRACKPOSITION
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.