Click or drag to resize

SegmentedItemCollectionSetItem Method

Sets the item at the specified index, replacing its existing item.

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

Parameters

index
Type: SystemInt32
Index to replace at.
item
Type: Eto.FormsSegmentedItem
Item to replace with.
See Also