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. There are no parameters. Since the control can only show one tooltip at a time, this method will know how to hide it.

Example

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

See Also

ShowBalloonTooltip

  • No labels