Click or drag to resize

ThemedSegmentedItemHandlerTWidget, TCallback Class

Themed SegmentedItem handler which uses a ToggleButton for its display.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerTWidget
    EtoWidgetHandlerToggleButton, TWidget
      EtoWidgetHandlerToggleButton, TWidget, TCallback
        Eto.Forms.ThemedControlsThemedSegmentedItemHandlerTWidget, TCallback
          Eto.Forms.ThemedControlsThemedButtonSegmentedItemHandler
          Eto.Forms.ThemedControlsThemedMenuSegmentedItemHandler

Namespace:  Eto.Forms.ThemedControls
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class ThemedSegmentedItemHandler<TWidget, TCallback> : WidgetHandler<ToggleButton, TWidget, TCallback>, 
	SegmentedItemIHandler, WidgetIHandler
where TWidget : SegmentedItem
where TCallback : SegmentedItemICallback

Type Parameters

TWidget

[Missing <typeparam name="TWidget"/> documentation for "T:Eto.Forms.ThemedControls.ThemedSegmentedItemHandler`2"]

TCallback

[Missing <typeparam name="TCallback"/> documentation for "T:Eto.Forms.ThemedControls.ThemedSegmentedItemHandler`2"]

The ThemedSegmentedItemHandlerTWidget, TCallback type exposes the following members.

Constructors
  NameDescription
Protected methodThemedSegmentedItemHandlerTWidget, TCallback
Initializes a new instance of the ThemedSegmentedItemHandlerTWidget, TCallback class
Top
Properties
  NameDescription
Public propertyEnabled
Gets or sets a value indicating whether this SegmentedItem is enabled.
Public propertyImage
Gets or sets the image to display in this segment.
Protected propertyParentHandler
Gets the parent handler.
Public propertySelected
Gets or sets a value indicating whether this SegmentedItem is selected.
Public propertyText
Gets or sets the text to display for this segment.
Public propertyToolTip
Gets or sets the ToolTip to display for this segment
Public propertyVisible
Gets or sets a value indicating whether this SegmentedItem is visible.
Public propertyWidth
Gets or sets the width of this segment, or -1 to auto size.
Top
Methods
See Also