Table of Contents

Constructor Menuv2

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Menuv2()

Initializes a new instance of View.

public Menuv2()

Remarks

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

Menuv2(IEnumerable<MenuItemv2>?)

public Menuv2(IEnumerable<MenuItemv2>? menuItems)

Parameters

menuItems IEnumerable<MenuItemv2>

Menuv2(IEnumerable<View>?)

public Menuv2(IEnumerable<View>? shortcuts)

Parameters

shortcuts IEnumerable<View>