Click or drag to resize

ThemedSegmentedButtonHandlerInsertItem Method

Inserts the item at the specified index.

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

Parameters

index
Type: SystemInt32
Index to insert at.
item
Type: Eto.FormsSegmentedItem
Item to insert.

Implements

SegmentedButtonIHandlerInsertItem(Int32, SegmentedItem)
See Also