TrayItem.Icon
From Xojo Documentation
Property (As Picture )
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.Icon = newPictureValue
or
PictureValue = aTrayItem.Icon
Supported for all project types and targets.
or
PictureValue = aTrayItem.Icon
Supported for all project types and targets.
The icon displayed as the TrayItem.