A collection of menu actions.
Element
event
event listener
menu action Properties
| Property | Type | Access | Description |
|---|---|---|---|
| area | text | read | The menu action area. |
| checked | boolean | read | If true, the menu item associated with the menu action is checked. |
| class | type | read | The class descriptor type. |
| enabled | boolean | read | If true, the menu action is enabled. |
| id | integer | read | The unique ID of the menu action. |
| index | integer | read | The index of the menu action within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| name | text | read | The name of the menu action. |
| object reference | menu action | read | An object reference for the object. |
| parent | specifier | read | The parent of the menu action (a application). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| title | text | read | The name of the 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 item. … |