Skip to content

UpdateToolTip - cToolTipController

Modifies a ToolTip string in the ToolTip collection

Type: Procedure

Parameters

Parameter Type Description
lpToolInfo Pointer Pointer to a tWinToolInfo struct

Syntax

Procedure UpdateToolTip Pointer lpToolInfo

Call Example

Send UpdateToolTip lpToolInfo

Description

You can use this message to manually change a ToolTip string that is associated with a UI object. 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. UI objects automatically update their associated ToolTip in the ToolTip controller whenever the psToolTip property is changed.