Click or drag to resize

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
)

Parameters

index
Type: SystemInt32
Index of the item to insert.
item
Type: Eto.FormsToolItem
Item to insert.
See Also