C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView 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 C1MaskedTextView
Dim value As Boolean
 
value = instance.ShowContextMenu()
See Also