A collection of script menu actions.
Element
event
event listener
script menu action Properties
| Property | Type | Access | Description |
|---|---|---|---|
| area | text | r/w | The menu action area. |
| checked | boolean | r/w | If true, the menu item associated with the menu action is checked. |
| class | type | read | The class descriptor type. |
| enabled | boolean | r/w | If true, the script 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 | text | r/w | A property that can be set to any string. |
| name | text | r/w | The name of the script menu action. |
| object reference | script menu action | read | An object reference for the object. |
| parent | specifier | 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 | text | 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… |