ComponentOne Xamarin.Android
ShowContextMenu(Single,Single) Method


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1RadialGauge Class > ShowContextMenu Method : ShowContextMenu(Single,Single) Method
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 C1RadialGauge
Dim x As Single
Dim y As Single
Dim value As Boolean
 
value = instance.ShowContextMenu(x, y)
[Android.Runtime.Register("showContextMenu", 
   "(FF)Z", 
   "GetShowContextMenu_FFHandler", 
   ApiSince=24)]
public virtual bool ShowContextMenu( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1RadialGauge Class
C1RadialGauge Members
Overload List