ThemedSegmentedButtonHandler Class |
Namespace: Eto.Forms.ThemedControls
The ThemedSegmentedButtonHandler type exposes the following members.
Name | Description | |
---|---|---|
ThemedSegmentedButtonHandler | Initializes a new instance of the ThemedSegmentedButtonHandler class |
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.
| |
Spacing |
Gets or sets the spacing between the buttons
|
Name | Description | |
---|---|---|
AttachEvent |
Attaches the specified event to the platform-specific control
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackAttachEvent(String).) | |
ClearItems |
Clears all items from the segmented button.
| |
ClearSelection |
Clears all selected items.
| |
CreateControl |
Creates the control if not already set.
(Overrides WidgetHandlerTControl, TWidgetCreateControl.) | |
InsertItem |
Inserts the item at the specified index.
| |
OnLoad |
Called when the control is loaded on a form
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackOnLoad(EventArgs).) | |
OnPreLoad |
Called before the control is loaded on a form
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackOnPreLoad(EventArgs).) | |
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.
|