A collection of menu items.
menu item Properties
| Property | Type | Access | Description |
|---|---|---|---|
| associated menu action | menu action | read | The menu action that implements the menu item. |
| 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 item is enabled. |
| id | integer | read | The unique ID of the menu item. |
| index | integer | read | The index of the menu item within its containing object. |
| name | text | read | The name of the menu item. |
| object reference | menu item | read | An object reference for the object. |
| parent | specifier | read | The parent of the menu item (a menu or submenu). Can return: menu or submenu. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| title | text | read | The name of the menu item 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. Do… |