DomainSpinner
A custom control to support spinning up/down across a set of objects.
public class DomainSpinner : Control
Inherits from / implements: Control
Members at a glance
DomainSpinner | Initializes a new instance of the DomainSpinner class. |
ContentHostControlStyle | Gets or sets the content host control style. |
IsReadOnly | Gets or sets a value indicating whether this instance is read only. |
Items | Gets or sets the items. |
NavigationControlStyle | Gets or sets the navigation control style. |
NavigationVisualFillBrush | Gets or sets the navigation visual fill brush. |
NavigationVisualOnMouseOverBorderBrush | Gets or sets the navigation visual on mouse-over border brush. |
NavigationVisualOnMouseOverBrush | Gets or sets the navigation visual on mouse-over brush. |
NavigationVisualStroke | Gets or sets the navigation visual stroke. |
SelectedIndex | Gets or sets the index of the selected. |
Value | Gets or sets the value. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
ValueChanged | Occurs when the value changes |
ContentHostControlStyleProperty | The content host control style property |
IsReadOnlyProperty | The instance is read-only. |
ItemsProperty | The items property |
NavigationControlStyleProperty | The navigation control style property |
NavigationVisualFillBrushProperty | The navigation visual fill brush property |
NavigationVisualOnMouseOverBorderBrushProperty | The navigation visual on mouse-over border brush property |
NavigationVisualOnMouseOverBrushProperty | The navigation visual on mouse-over brush property |
NavigationVisualStrokeProperty | The navigation visual stroke property |
ValueChangedEvent | The value changed event |
ValueProperty | The value property |
Constructors
DomainSpinner
Initializes a new instance of the DomainSpinner class.
Properties
ContentHostControlStyle
Gets or sets the content host control style.
Value. The content host control style.
IsReadOnly
Gets or sets a value indicating whether this instance is read only.
Value. true if this instance is read only; otherwise, false .
Items
Gets or sets the items.
Value. The items.
SelectedIndex
Gets or sets the index of the selected.
Value. The index of the selected.
Value
Gets or sets the value.
Value. The value.
Methods
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Events
ValueChanged
Occurs when the value changes
Fields
ContentHostControlStyleProperty
The content host control style property
IsReadOnlyProperty
The instance is read-only.
ItemsProperty
The items property
ValueChangedEvent
The value changed event
ValueProperty
The value property