Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / PerformContextClick Method / PerformContextClick() Method


In This Topic
    PerformContextClick() Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("performContextClick", 
       "()Z", 
       "GetPerformContextClickHandler", 
       ApiSince=23)>
    Public Overloads Overridable Function PerformContextClick() As Boolean
    'Usage
     
    
    Dim instance As C1Icon
    Dim value As Boolean
     
    value = instance.PerformContextClick()
    [Android.Runtime.Register("performContextClick", 
       "()Z", 
       "GetPerformContextClickHandler", 
       ApiSince=23)]
    public virtual bool PerformContextClick()
    See Also