Table of Contents

Constructor MenuBar

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

MenuBar()

Initializes a new instance of View.

public MenuBar()

Remarks

Use X, Y, Width, and Height properties to dynamically control the size and location of the view.

MenuBar(IEnumerable<MenuBarItem>)

public MenuBar(IEnumerable<MenuBarItem> menuBarItems)

Parameters

menuBarItems IEnumerable<MenuBarItem>