InputPanel for UWP | ComponentOne
C1.UWP.InputPanel Assembly / C1.Xaml.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