AddToolTip - cToolTipController
Adds a ToolTip string to the ToolTip collection
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| lpToolInfo | Pointer | Pointer to a tWinToolInfo struct |
Syntax
Procedure AddToolTip Pointer lpToolInfo
Call Example
Send AddToolTip lpToolInfo
Description
You can use this message to access advanced features of the Windows ToolTip control. Knowledge of the Win32 API and the Win32 ToolTip control are required in order to use this message. Refer to MSDN documentation for more information.
Normally, you would never need to send this message to add a ToolTip to a cToolTipController object. UI objects automatically add their ToolTips to the ToolTip controller that assigned to them. Usually this is the global ToolTip controller referenced in the global object handle ghoToolTipController.