Click or drag to resize

SegmentedButton.IHandler.InsertItem Method

Inserts the item at the specified index.

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

Parameters

index
Type: System.Int32
Index to insert at.
item
Type: Eto.Forms.SegmentedItem
Item to insert.
See Also