Terminal.Gui
1.0.0.0
System.Object
A menu item has a title, an associated help text, and an action to execute on activation.
To be added.
Constructor
1.0.0.0
Title for the menu item.
Help text to display.
Action to invoke when the menu item is activated.
Initializes a new .
To be added.
Property
1.0.0.0
System.Action
Gets or sets the action to be invoked when the menu is triggered
Method to invoke.
To be added.
Property
1.0.0.0
NStack.ustring
Gets or sets the help text for the menu item.
The help text.
To be added.
Field
1.0.0.0
System.Rune
The hotkey is used when the menu is active, the shortcut can be triggered when the menu is not active.
For example HotKey would be "N" when the File Menu is open (assuming there is a "_New" entry
if the ShortCut is set to "Control-N", this would be a global hotkey that would trigger as well
To be added.
Field
1.0.0.0
Terminal.Gui.Key
This is the global setting that can be used as a global shortcut to invoke the action on the menu.
To be added.
Property
1.0.0.0
NStack.ustring
Gets or sets the title.
The title.
To be added.