A collection of submenus.
Element
event
event listener
menu element
menu item
menu separator
submenu
submenu Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the submenu within its containing object. |
| name | text | read | The name of the submenu. |
| object reference | submenu | read | An object reference for the object. |
| parent | specifier | read | The parent of the submenu (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 submenu 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. Doub… |