C1.Android.Input Assembly / C1.Android.Input Namespace / C1AutoComplete Class / ShowContextMenu Method / ShowContextMenu(Single,Single) Method


In This Topic
ShowContextMenu(Single,Single) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("showContextMenu", 
   "(FF)Z", 
   "GetShowContextMenu_FFHandler", 
   ApiSince=24)>
Public Overloads Overridable Function ShowContextMenu( _
   ByVal x As Single, _
   ByVal y As Single _
) As Boolean
 
'Usage
 
Dim instance As C1AutoComplete
Dim x As Single
Dim y As Single
Dim value As Boolean
 
value = instance.ShowContextMenu(x, y)

Parameters

x
y
See Also