ComponentOne Xamarin.iOS
IsReadOnly Property (C1CheckBox)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1CheckBox Class : IsReadOnly Property
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
[Foundation.Export("IsReadOnly")]
[Browsable(true)]
public bool IsReadOnly {get; set;}
See Also

Reference

C1CheckBox Class
C1CheckBox Members