C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / IsChecked Property


In This Topic
IsChecked Property (C1ToggleButton)
In This Topic
Gets or sets whether the C1ToggleButton is checked.
Syntax
'Declaration
 
Public Property IsChecked As Boolean
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As Boolean
 
instance.IsChecked = value
 
value = instance.IsChecked
See Also