CTooltip.TrackActivatemethod
Activates a tracking Tooltip.
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
| Name | Description | |
|---|---|---|
hTooltip | The handle of the Tooltip control. | |
lpti | Pointer 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. | |
ti | 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. |
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