NestedMenuMenuItem

Shortcut class to ease nesting menus

Constructors

this
this(ITextMenu nestedMenu, string displayString, bool enabled = true)

Create a new MenuItem that will run nestedMenu when executed

Inherited Members

From MenuItem

displayString
string displayString;

Description of this item printed by the menu

enabled
bool enabled [@property getter]

Whether this item is enabled or not.

enabled
bool enabled [@property setter]

Allows for enabling or disabling this item

Meta