TrayItem.ToolTip
From Xojo Documentation
Property (As String )
This property is only available on Windows and Linux platforms. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this property on an incompatible platform. |
aTrayItem.ToolTip = newStringValue
or
StringValue = aTrayItem.ToolTip
New in 2019r2
Supported for all project types and targets.
or
StringValue = aTrayItem.ToolTip
New in 2019r2
Supported for all project types and targets.
Help associated with the TrayItem.