Difference between revisions of "TrayItem.Action"
From Xojo Documentation
Line 1: | Line 1: | ||
− | |||
{{EventBox | {{EventBox | ||
| name=Action | | name=Action |
Latest revision as of 16:01, 12 November 2019
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 |