Click or drag to resize

SegmentedButtonIHandlerInsertItem 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: SystemInt32
Index to insert at.
item
Type: Eto.FormsSegmentedItem
Item to insert.
See Also