ComponentOne Xamarin.iOS
IsEnabled Property (C1CheckBox)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1CheckBox Class : IsEnabled Property
Gets or sets whether the C1CheckBox is enabled.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsEnabled")>
<BrowsableAttribute(True)>
Public Property IsEnabled As Boolean
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
[Foundation.Export("IsEnabled")]
[Browsable(true)]
public bool IsEnabled {get; set;}
See Also

Reference

C1CheckBox Class
C1CheckBox Members