Difference between revisions of "TrayItem.Icon"
From Xojo Documentation
(SMBot: new page by automated transformation) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
+ | | platform=win+linux | ||
| type=[[Picture]] | | type=[[Picture]] | ||
− | |||
}} | }} | ||
− | The icon displayed as the '''TrayItem'''. | + | {{Description |
+ | |text = The icon displayed as the '''TrayItem'''. }} |
Latest revision as of 19:42, 4 October 2018
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.