C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / Checked Property


In This Topic
Checked Property
In This Topic
Syntax
'Declaration
 
Public Overridable Property Checked As Boolean
 
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
See Also