Hides the visible balloon tooltip.

Syntax

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

Remarks

The HideBalloonTooltip method can be used to programmatically hide the currently visible balloon tooltip.

Example

// Hide the balloon tooltip 
rv = Send_Message(@Window:".OLE_SIGNATURE", "OLE.HideBalloonTooltip")

See Also

ShowBalloonTooltip

  • No labels