Table of Contents

Constructor PopoverMenu

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

PopoverMenu()

Initializes a new instance of the PopoverMenu class.

public PopoverMenu()

PopoverMenu(IEnumerable<View>?)

public PopoverMenu(IEnumerable<View>? menuItems)

Parameters

menuItems IEnumerable<View>

PopoverMenu(IEnumerable<MenuItemv2>?)

public PopoverMenu(IEnumerable<MenuItemv2>? menuItems)

Parameters

menuItems IEnumerable<MenuItemv2>

PopoverMenu(Menuv2?)

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

public PopoverMenu(Menuv2? root)

Parameters

root Menuv2