ToolItemCollectionInsertItem Method |
Called when an item is inserted.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void InsertItem(
int index,
ToolItem item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As ToolItem
)
abstract InsertItem :
index : int *
item : ToolItem -> unit
override InsertItem :
index : int *
item : ToolItem -> unit
Parameters
- index
- Type: SystemInt32
Index of the item to insert. - item
- Type: Eto.FormsToolItem
Item to insert.
See Also