C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class / Toggle Method


In This Topic
Toggle Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("toggle", 
   "()V", 
   "GetToggleHandler")>
Public Overridable Sub Toggle() 
 
'Usage
 
Dim instance As C1CheckBox
 
instance.Toggle()
See Also