Table of Contents

Property Active

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Active

Gets or sets whether the menu bar is active or not. When active, the MenuBar can focus and moving the mouse over a MenuBarItem will switch focus to that item. Use IsOpen() to determine if a PopoverMenu of a MenuBarItem is open.

public bool Active { get; }

Property Value

bool