Represents a control that a user can select and clear.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public class CheckBox : CheckBox, IDataControl, 
	IValueEditorControl
Visual Basic (Declaration)
Public Class CheckBox _
	Inherits CheckBox _
	Implements IDataControl, IValueEditorControl

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls.Primitives..::.ButtonBase
                  System.Windows.Controls.Primitives..::.ToggleButton
                    System.Windows.Controls..::.CheckBox
                      DlhSoft.Windows.Controls..::.CheckBox

See Also