sysTraySetAction()
Changes an attribute of a system tray action identified by its ID.
Synopsis
int sysTraySetAction(int id, string attribute, anytype value)
Parameter
| Parameter | Description |
|---|---|
| id | Id (return value) of the action that was added using sysTraySetAction(). |
| attribute |
Following attributes are available:
|
| value |
Value for the selected attribute |
Return Value
Returns 0 on success. Returns -1 if an unknown ID is provided.
Details
-
Availability
CTRL
