TrayItem.Action

From Xojo Documentation

Event


TrayItem.Action(Cause as Integer)

Supported for all project types and targets.

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