C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / PerformClick Method


In This Topic
PerformClick Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performClick", 
   "()Z", 
   "GetPerformClickHandler")>
Public Overridable Function PerformClick() As Boolean
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Boolean
 
value = instance.PerformClick()
See Also