ComponentOne Xamarin.Android
PerformClick Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : PerformClick Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performClick", 
   "()Z", 
   "GetPerformClickHandler")>
Public Overridable Function PerformClick() As Boolean
'Usage
 
Dim instance As C1CheckBox
Dim value As Boolean
 
value = instance.PerformClick()
[Android.Runtime.Register("performClick", 
   "()Z", 
   "GetPerformClickHandler")]
public virtual bool PerformClick()
See Also

Reference

C1CheckBox Class
C1CheckBox Members