Application.HideTooltip

From Xojo Documentation

Shared Method

Application.HideTooltip()

New in 2019r2

Supported for all project types and targets.

Hides the tooltip. Call this if the AutoHide parameter of the ShowTooltip method was False.

Example

Call this if you had passed False to the corresponding call to ShowTooltip or you are not programming for macOS and need to hide the tooltip manually.

App.HideTooltip