Click or drag to resize

MenuBar Constructor (IEnumerableMenuItem)

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(
	IEnumerable<MenuItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableMenuItem
Items to add to the menu bar initially.
See Also