Hides the visible balloon tooltip.
rv = Send_Message(Ctrl, "OLE.HideBalloonTooltip") |
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.
// Hide the balloon tooltip rv = Send_Message(@Window:".OLE_STATUSBAR", "OLE.HideBalloonTooltip") |