DesktopUIControl.Tooltip
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Property (As String )
aDesktopUIControl.Tooltip = newStringValue
or
StringValue = aDesktopUIControl.Tooltip
New in 2021r3
Supported for all project types and targets.
or
StringValue = aDesktopUIControl.Tooltip
New in 2021r3
Supported for all project types and targets.
Text of help message displayed as a Windows or Linux "tooltip" or macOS help tag.
Notes
The tip/tag is displayed when the user hovers the mouse cursor over the control.
Sample Code
This example adds a tooltip to a control:
Me.Tooltip = "Click to bark."
See Also
ToolTip class