Click or drag to resize

MenuBar Constructor (MenuItem)

Initializes a new instance of the MenuBar class with the specified items.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public MenuBar(
	params MenuItem[] items
)

Parameters

items
Type: Eto.FormsMenuItem
Items to add to the menu bar initially.
See Also