A collection of script menu actions.
Element
event
event listener
script menu action Properties
| Property | Type | Access | Description |
|---|---|---|---|
| area | string | r/w | The menu action area. |
| checked | boolean | r/w | If true, the menu item associated with the menu action is checked. |
| class | type class | read | The class descriptor type. |
| enabled | boolean | r/w | If true, the menu action is enabled. |
| id | integer | read | The unique ID of the script menu action. |
| index | integer | read | The index of the script menu action within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| name | string | r/w | The name of the script menu action. |
| object reference | script menu action | read | An object reference for the script menu action. |
| parent | reference | read | The parent of the script menu action (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| title | string | r/w | The name of the script menu action for display in the user interface. The title includes any ampersand characters (&), which are used to tell the Windows OS to underline the following character in the name for use with the Alt key to navigate to a menu… |