ToolTip.Hide
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Application.HideTooltip as a replacement. |
Shared Method
Hides the tooltip. Call this if the AutoHide parameter of the Show method was False.
Example
Call this if you had passed False to the corresponding call to Show or you are not programming for macOS and need to hide the ToolTip manually.
Tooltip.Hide