TrayItem.HelpTag
From Xojo Documentation
This item was deprecated in version 2019r2. Please use TrayItem.ToolTip as a replacement. |
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.HelpTag = newStringValue
or
StringValue = aTrayItem.HelpTag
Supported for all project types and targets.
or
StringValue = aTrayItem.HelpTag
Supported for all project types and targets.
Help associated with the TrayItem.