Table of Contents

Constructor Menu

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

Menu()

Initializes a new instance of View.

public Menu()

Remarks

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

Menu(IEnumerable<MenuItem>?)

public Menu(IEnumerable<MenuItem>? menuItems)

Parameters

menuItems IEnumerable<MenuItem>

Menu(IEnumerable<View>?)

public Menu(IEnumerable<View>? shortcuts)

Parameters

shortcuts IEnumerable<View>