ComponentOne Xamarin.iOS
IsThreeState Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1CheckBox Class : IsThreeState Property
Gets or sets whether C1CheckBox supports undeterminate 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

Reference

C1CheckBox Class
C1CheckBox Members