ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputCheckBox Class / IsThreeState Property

In This Topic
    IsThreeState Property
    In This Topic
    Gets or sets the ThreeState of CheckBox.
    Syntax
    'Declaration
     
    Public Property IsThreeState As Boolean
    public bool IsThreeState {get; set;}
    See Also