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
See Also