Beta Documentation - Subject to change.

Defines a menu item.

Constructors

  NameDescription
  MenuItemConstructs a new menu item.

Methods

  NameDescription
GetTextGets the text of the menu item.
IsCheckedGets a flag indicating if the menu item is checked.
IsEnabledGets a flag indicating if the menu item is enabled.
SetCheckedSets a flag indicating if the menu item is checked.
SetEnabledSets a flag indicating if the menu item is enabled.
SetTextSets the text of the menu item.

Events

  NameDescription
ClickEvent fired when a user clicks on the menu item.