Readonly argsThe arguments for the command.
Readonly captionThe display caption for the menu item.
Readonly classThe extra class name for the menu item.
Readonly commandThe command to execute when the item is triggered.
Readonly datasetThe dataset for the menu item.
Readonly iconThe icon renderer for the menu item.
Readonly iconThe icon class for the menu item.
Readonly iconThe icon label for the menu item.
Readonly isReadonly isWhether the menu item is enabled.
Readonly isWhether the menu item is toggled.
Readonly isWhether the menu item is visible.
Readonly keyThe key binding for the menu item.
Readonly labelThe display label for the menu item.
Readonly mnemonicThe mnemonic index for the menu item.
Readonly submenuThe submenu for a 'submenu' type item.
Readonly typeThe type of the menu item.
Dispose of the resources held by the object.
If the object's dispose method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Generated using TypeDoc
Interface for disposable item menu