The MenuItem class represents items on a menu.
The help string associated with the menu item.
Returns the help string associated with the menu item.
The text of the menu item.
Returns the text of the menu item.
Enables or disables a menu item. If enabled isn't specified, the menu item is enabled; otherwise the menu item is enabled if enabled is true and disabled if enabled is false.
Sets the menu item help string specified by help.
Sets the menu item text, specified by label.