ThemedSegmentedItemHandlerTWidget, TCallback Class |
Namespace: Eto.Forms.ThemedControls
public abstract class ThemedSegmentedItemHandler<TWidget, TCallback> : WidgetHandler<ToggleButton, TWidget, TCallback>, SegmentedItemIHandler, WidgetIHandler where TWidget : SegmentedItem where TCallback : SegmentedItemICallback
[Missing <typeparam name="TWidget"/> documentation for "T:Eto.Forms.ThemedControls.ThemedSegmentedItemHandler`2"]
[Missing <typeparam name="TCallback"/> documentation for "T:Eto.Forms.ThemedControls.ThemedSegmentedItemHandler`2"]
The ThemedSegmentedItemHandlerTWidget, TCallback type exposes the following members.
Name | Description | |
---|---|---|
ThemedSegmentedItemHandlerTWidget, TCallback | Initializes a new instance of the ThemedSegmentedItemHandlerTWidget, TCallback class |
Name | Description | |
---|---|---|
Enabled |
Gets or sets a value indicating whether this SegmentedItem is enabled.
| |
Image |
Gets or sets the image to display in this segment.
| |
ParentHandler |
Gets the parent handler.
| |
Selected |
Gets or sets a value indicating whether this SegmentedItem is selected.
| |
Text |
Gets or sets the text to display for this segment.
| |
ToolTip |
Gets or sets the ToolTip to display for this segment
| |
Visible |
Gets or sets a value indicating whether this SegmentedItem is visible.
| |
Width |
Gets or sets the width of this segment, or -1 to auto size.
|
Name | Description | |
---|---|---|
AttachEvent |
Attaches the specified event to the platform-specific control
(Overrides WidgetHandlerTWidgetAttachEvent(String).) | |
CreateControl |
Creates the control if not already set.
(Overrides WidgetHandlerTControl, TWidgetCreateControl.) | |
Initialize |
Called to initialize this widget after it has been constructed
(Overrides WidgetHandlerTWidgetInitialize.) |