ThemedSegmentedButtonHandler Methods |
The ThemedSegmentedButtonHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachEvent |
Attaches the specified event to the platform-specific control
(Overrides ThemedControlHandler<TControl, TWidget, TCallback>.AttachEvent(String).) |
![]() | ClearItems |
Clears all items from the segmented button.
|
![]() | ClearSelection |
Clears all selected items.
|
![]() | CreateControl |
Creates the control if not already set.
(Overrides WidgetHandler<TControl, TWidget>.CreateControl().) |
![]() | InsertItem |
Inserts the item at the specified index.
|
![]() | OnLoad |
Called when the control is loaded on a form
(Overrides ThemedControlHandler<TControl, TWidget, TCallback>.OnLoad(EventArgs).) |
![]() | OnPreLoad |
Called before the control is loaded on a form
(Overrides ThemedControlHandler<TControl, TWidget, TCallback>.OnPreLoad(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.
|