C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class / IsEnabled Property


In This Topic
IsEnabled Property (C1CheckBox)
In This Topic
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
See Also