Click or drag to resize

MenuItemCollectionAddRange Method (IEnumerableMenuItem)

Adds the specified menu items to the collection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRange(
	IEnumerable<MenuItem> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableMenuItem
Items to add.
See Also