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