Base class for checkboxes and radiobuttons.

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

Syntax

C#
public class GwxToggleButton : GwxButtonBase
Visual Basic
Public Class GwxToggleButton _
	Inherits GwxButtonBase
JScript
public class GwxToggleButton extends GwxButtonBase

Remarks

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

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
        Ico.Gwx..::..GwxTextBase
          Ico.Gwx..::..GwxControl
            Ico.Gwx..::..GwxContentControl
              Ico.Gwx..::..GwxButtonBase
                Ico.Gwx..::..GwxToggleButton
                  Ico.Gwx..::..GwxCheckBox
                  Ico.Gwx..::..GwxRadioButton

See Also