Click or drag to resize

MenuItemCollectionInsertItem Method

Inserts an menu item at the specified index

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected override void InsertItem(
	int index,
	MenuItem item
)

Parameters

index
Type: SystemInt32
Index to add the item.
item
Type: Eto.FormsMenuItem
Item to add.
See Also