Skip to content

DeleteToolTip - cToolTipController

Deletes a ToolTip string from the ToolTip collection

Type: Procedure

Parameters

Parameter Type Description
lpToolInfo Pointer Pointer to a tWinToolInfo struct

Syntax

Procedure DeleteToolTip Pointer lpToolInfo

Call Example

Send DeleteToolTip lpToolInfo

Description

You can use this message to manually remove a ToolTip string from the 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. UI objects automatically delete their ToolTips from the ToolTip controller whenever they are unpaged, or whenever they are assigned to a different ToolTip controller.