SegmentedButton Class |
Namespace: Eto.Forms
The SegmentedButton type exposes the following members.
Name | Description | |
---|---|---|
SegmentedButton |
Initializes a new instance of the SegmentedButton class.
|
Name | Description | |
---|---|---|
Items |
Gets the collection of segmented items
| |
SelectedIndex |
Gets or sets the index of the selected item, or -1 for no selection.
| |
SelectedIndexes |
Gets or sets the selected indexes.
| |
SelectedItem |
Gets or sets the selected item, or null for no selection.
| |
SelectedItems |
Gets or sets the selected items.
| |
SelectionMode |
Gets or sets the selection mode.
|
Name | Description | |
---|---|---|
ClearSelection |
Clears all selected items.
| |
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
OnApplyCascadingStyles |
Called when cascading styles should be applied to this control.
(Overrides ControlOnApplyCascadingStyles.) | |
OnItemClicked |
Raises the ItemClick event.
| |
OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
| |
OnSelectedIndexesChanged |
Raises the SelectedIndexesChanged event.
| |
OnSelectedItemChanged |
Raises the SelectedItemChanged event.
| |
OnSelectedItemsChanged |
Raises the SelectedItemsChanged event.
| |
SelectAll |
Selects all items when SelectionMode is set to Multiple.
|
Name | Description | |
---|---|---|
ItemClick |
Occurs when an item has been clicked.
| |
SelectedIndexChanged |
Event to handle when the SelectedIndex changes.
| |
SelectedIndexesChanged |
Occurs when the SelectedIndexes have changed.
| |
SelectedItemChanged |
Event to handle when the SelectedItem changes.
| |
SelectedItemsChanged |
Occurs when the SelectedItems have changed.
|
Name | Description | |
---|---|---|
ItemClickEvent |
Identifier for handlers when attaching the ItemClick event.
| |
SelectedIndexesChangedEvent |
Identifier for handlers when attaching the SelectedIndexesChanged event.
|