TrayItem.Action
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated in version 2019r2. Please use TrayItem.Pressed as a replacement. |
Event
![]() |
This event 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 event on an incompatible platform. |
The user has clicked on the TrayItem.
Notes
The parameter Cause indicates the type of click. To determine the kind of click, use the following TrayItem class constants:
TrayItem Class Constant |
---|
DoubleClick |
LeftMouseButton |
RightMouseButton |