Click or drag to resize

ThemedSegmentedButtonHandlerSetItem Method

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

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

Parameters

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

Implements

SegmentedButtonIHandlerSetItem(Int32, SegmentedItem)
See Also