Used to implement "statefield" support. Each state item is derived from GwxColor, allowing each state to have a different color if desired.

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

Syntax

C#
public sealed class GwxProcessPointStateItem : GwxColor
Visual Basic
Public NotInheritable Class GwxProcessPointStateItem _
	Inherits GwxColor
JScript
public final class GwxProcessPointStateItem extends GwxColor

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxColor
              Ico.Gwx..::..GwxProcessPointStateItem

See Also