Help Center

CTooltip.TrackActivatemethod

Activates a tracking Tooltip.

WindowsmethodCTooltip.incdocumented

Syntax

SUB TrackActivate (BYVAL hTooltip AS HWND, BYVAL lpti AS TOOLINFOW PTR)
SUB TrackActivate (BYVAL hTooltip AS HWND, BYREF ti AS TOOLINFOW)
Also documented as TrackDeactivate — one description covers them all.

Parameters

NameDescription
hTooltipThe handle of the Tooltip control.
lptiPointer to a TOOLINFOW 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.
tiA TOOLINFOW 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.

Description

Activates or deactivates a tracking tooltip.

Reference

  • Include file CTooltip.inc
  • Defined in AfxNova/CTooltip.inc:665
  • Documented in Windows/WIndows Controls/CTooltip Class.md
  • Topic: CTooltip Class