TTM_TRACKACTIVATE (Compact 2013)

3/28/2014

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

See Also

Reference

ToolTips Messages
TTM_TRACKPOSITION
TOOLINFO