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


In This Topic
IsReadOnly Property (C1CheckBox)
In This Topic
Gets or sets whether the C1CheckBox is read only.
Syntax
'Declaration
 
<Foundation.ExportAttribute("IsReadOnly")>
<BrowsableAttribute(True)>
Public Property IsReadOnly As Boolean
 
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
instance.IsReadOnly = value
 
value = instance.IsReadOnly
See Also