trayIconClicked
trayIconClicked(clickType: Integer) updating;
The trayIconClicked event of the Form class occurs when the user clicks a system tray entry created by the Form class setSystemTrayEntry method.
The Form class provides the class constants listed in the following table to indicate the types of clicks that occur on the system tray icon.
Form Class Constant | Value | Description |
---|---|---|
TrayIcon_LeftClick | 1 | Left mouse click |
TrayIcon_RightClick | 2 | Right mouse click |
TrayIcon_LeftDblClick | 3 | Left mouse double‑click |
TrayIcon_RightDblClick | 4 | Right mouse double‑click |