SegmentedButtonIHandler Interface |
Namespace: Eto.Forms
The SegmentedButtonIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| SelectedIndex |
Gets or sets the index of the selected item, or -1 for no selection.
| |
| SelectedIndexes |
Gets or sets the selected indexes.
| |
| SelectionMode |
Gets or sets the selection mode.
|
| Name | Description | |
|---|---|---|
| ClearItems |
Clears all items from the segmented button.
| |
| ClearSelection |
Clears all selected items.
| |
| InsertItem |
Inserts the item at the specified index.
| |
| RemoveItem |
Removes the item at the specified index.
| |
| SelectAll |
Selects all items when SelectionMode is set to Multiple.
| |
| SetItem |
Sets the item at the specified index, replacing its existing item.
|