Click or drag to resize

ThemedSegmentedButtonHandlerRemoveItem Method

Removes the item at the specified index.

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

Parameters

index
Type: SystemInt32
Index to remove.
item
Type: Eto.FormsSegmentedItem
Item that is being removed.

Implements

SegmentedButtonIHandlerRemoveItem(Int32, SegmentedItem)
See Also