ComponentOne Xamarin.Android
PerformContextClick(Single,Single) Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ScrollViewer Class > PerformContextClick Method : PerformContextClick(Single,Single) Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("performContextClick", 
   "(FF)Z", 
   "GetPerformContextClick_FFHandler", 
   ApiSince=24)>
Public Overloads Overridable Function PerformContextClick( _
   ByVal x As Single, _
   ByVal y As Single _
) As Boolean
'Usage
 
Dim instance As C1ScrollViewer
Dim x As Single
Dim y As Single
Dim value As Boolean
 
value = instance.PerformContextClick(x, y)
[Android.Runtime.Register("performContextClick", 
   "(FF)Z", 
   "GetPerformContextClick_FFHandler", 
   ApiSince=24)]
public virtual bool PerformContextClick( 
   float x,
   float y
)

Parameters

x
y
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members
Overload List