ThemedSegmentedButtonHandler Methods |
The ThemedSegmentedButtonHandler type exposes the following members.
| 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.
|