Constructor PopoverMenu
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
menuItemsIEnumerable<View>
PopoverMenu(IEnumerable<MenuItem>?)
public PopoverMenu(IEnumerable<MenuItem>? menuItems)
Parameters
menuItemsIEnumerable<MenuItem>
PopoverMenu(Menu?)
Initializes a new instance of the PopoverMenu class with the specified root Menu.
public PopoverMenu(Menu? root)
Parameters
rootMenu