Application.AddTrayItem
From Xojo Documentation
Method
This method 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 method on an incompatible platform. |
Application.AddTrayItem(Item as TrayItem) As Boolean
New in 2005r1
Supported for all project types and targets.
New in 2005r1
Supported for all project types and targets.
Adds the passed item to the System Tray via the TrayItem class.
Notes
AddTrayItem returns a Boolean that indicates success or failure. If it returns True, the TrayItem was added successfully. The System Tray is supported on Windows and Linux only. See the TrayItem class.
See Also
TrayItem class