Hides the visible balloon tooltip.

Syntax

rv = Send_Message(Ctrl, "OLE.HideBalloonTooltip", CtrlId)

Parameters

ParameterDescription
CtrlIdThe unique identifier of a subclassed control

Remarks

The HideBalloonTooltip method can be used to programmatically hide the currently visible balloon tooltip. Simply pass the named identifer of the control whose balloon tooltip you want hide via the CtrlId parameter.

Example

// Hide the EDITLINE's balloon tooltip 
rv = Send_Message(@Window:".OLE_SUBCLASS", "OLE.HideBalloonTooltip", @Window:".EDITLINE")

See Also

ShowBalloonTooltip

  • No labels