ToolTip.Hide

From Xojo Documentation

Shared Method

ToolTip.Hide()

Supported for all project types and targets.

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