Action#
Description of a RC file action. More...
import Script
Properties#
| Name | |
|---|---|
| bool | checked |
| string | iconPath |
| string | id |
| array<Shortcut> | shortcuts |
| string | statusTip |
| string | toolTip |
Property Documentation#
bool checked#
This property is true if the action is checkabled and checked by default.
string iconPath#
This property holds the fileName for the icon of the action.
string id#
This property holds the id of the action.
array<Shortcut> shortcuts#
This property holds all the shortcuts associated with the action.
string statusTip#
This property holds the statusTip of the action.
string toolTip#
This property holds the toolTip of the action.