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


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