SegmentedButtonIHandlerSetItem 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 void SetItem(
int index,
SegmentedItem item
)
Sub SetItem (
index As Integer,
item As SegmentedItem
)
abstract SetItem :
index : int *
item : SegmentedItem -> unit
Parameters
- index
- Type: SystemInt32
Index to replace at. - item
- Type: Eto.FormsSegmentedItem
Item to replace with.
See Also