DesktopApplication.HideTooltip

From Xojo Documentation

Shared Method

DesktopApplication.HideTooltip()

New in 2021r3

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