Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CheckBox Class / IsThreeState Property


In This Topic
    IsThreeState Property
    In This Topic
    Gets or sets whether C1CheckBox supports indeterminate state.
    Syntax
    'Declaration
     
    
    Public Property IsThreeState As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Boolean
     
    instance.IsThreeState = value
     
    value = instance.IsThreeState
    public bool IsThreeState {get; set;}
    See Also