Base class for selector state items.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public abstract class GwxSelectorBaseStateItem : GwxHide
Visual Basic
Public MustInherit Class GwxSelectorBaseStateItem _
	Inherits GwxHide
JScript
public abstract class GwxSelectorBaseStateItem extends GwxHide

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxHide
              Ico.Gwx..::..GwxSelectorBaseStateItem
                Ico.Gwx..::..GwxRangeSelectorStateItem
                Ico.Gwx..::..GwxStateSelectorStateItem

See Also