Provides a menu item for accessing to a particular function. More...
Inherits Item
Menu items are normally added as child items to a MenuLayout that is associated with a menu.
See the Menu documentation for a more information on how to use menus.
read-onlyplatformSubItemIndicator : bool |
Defines whether this menu item has subitems or not. If the value is true, the menu item shows an an icon indicating to the user that the item has subitems. If the value is false, the item does not show the icon and does not have subitems. Normally subitems are shown by opening a ContextMenu that contains the additional menu items.
read-onlytext : string |
The text that is shown on this menu item.