Table of Contents

Constructor PopoverMenu

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

PopoverMenu()

Initializes a new instance of the PopoverMenu class.

public PopoverMenu()

PopoverMenu(IEnumerable<View>?)

Initializes a new instance of the PopoverMenu class. If any of the elements of menuItems is null, a see Line will be created instead.

public PopoverMenu(IEnumerable<View>? menuItems)

Parameters

menuItems IEnumerable<View>

PopoverMenu(IEnumerable<MenuItem>?)

public PopoverMenu(IEnumerable<MenuItem>? menuItems)

Parameters

menuItems IEnumerable<MenuItem>

PopoverMenu(Menu?)

Initializes a new instance of the PopoverMenu class with the specified root Menu.

public PopoverMenu(Menu? root)

Parameters

root Menu