[]
        
(Showing Draft Content)

C1.WPF.InputPanel.C1InputCheckBox

C1InputCheckBox Class

Displays and edits the bool type of data.

Namespace: C1.WPF.InputPanel
Assembly: C1.WPF.InputPanel.4.6.2.dll
Syntax
[TemplatePart(Name = "Content", Type = typeof(CheckBox))]
public class C1InputCheckBox : C1InputBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild

Constructors

Name Description
C1InputCheckBox()

Initializes a new instance of a C1InputCheckBox.

Fields

Name Description
IsThreeStateProperty

Identifies the IsThreeState dependency property.

Properties

Name Description
IsThreeState

Gets or sets the ThreeState of CheckBox.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1InputCheckBox control when a new template is applied.