You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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