CheckBox Class
See Also  Members  
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace : CheckBox Class

Represents a control used to edit and display boolean values. This class should be used rather than the system provided CheckBox control which causes issues with focus when used within a focus scope (e.g., DataGridControl).

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="PART_ChildCheckBox", Type=System.Windows.Controls.CheckBox)>
Public Class CheckBox 
   Inherits ContentControl
   Implements ISupportInitializeIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource 
C# 
[TemplatePartAttribute(Name="PART_ChildCheckBox", Type=System.Windows.Controls.CheckBox)]
public class CheckBox : ContentControl, ISupportInitializeIFrameworkInputElementIInputElementIAddChildIHaveResourcesIAnimatableDUCE.IResource  

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
                        Xceed.Wpf.Controls.CheckBox

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also