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


In This Topic
    IsThreeState Property
    In This Topic
    Gets or sets whether C1CheckBox supports indeterminate state.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsThreeState")>
    <BrowsableAttribute(True)>
    Public Property IsThreeState As Boolean
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim value As Boolean
     
    instance.IsThreeState = value
     
    value = instance.IsThreeState
    [Foundation.Export("IsThreeState")]
    [Browsable(true)]
    public bool IsThreeState {get; set;}
    See Also