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
)
Protected Overrides Sub InsertItem (
index As Integer,
item As MenuItem
)
abstract InsertItem :
index : int *
item : MenuItem -> unit
override InsertItem :
index : int *
item : MenuItem -> unit
Parameters
- index
- Type: SystemInt32
Index to add the item. - item
- Type: Eto.FormsMenuItem
Item to add.
See Also