sysTrayGet()

Retrieves the current value of a specified system tray attribute.

Synopsis

anytype sysTrayGet(string attribute)

Parameter

Parameter Description
attribute
  • "visible" (bool) – Whether the system tray icon is currently visible.
  • "toolTip" (string) – Tooltip text shown when hovering over the system tray icon.

Return Value

-

Details

-

Availability

CTRL

Assignment

System Tray