Click or drag to resize

ContextMenu Constructor (IEnumerableMenuItem)

Initializes a new instance of the ContextMenu class.

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

Parameters

items
Type: System.Collections.GenericIEnumerableMenuItem
Items to populate the menu
See Also