Table of Contents

Property Key

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Key

The Key used to activate or close the menu bar by keyboard. The default is F9 .

public Key Key { get; set; }

Property Value

Key

Remarks

If the user presses any HotKeys defined in the MenuBarItems, the menu bar will be activated and the sub-menu will be opened.

Esc will close the menu bar and any open sub-menus.