Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / RequestPointerCapture Method


In This Topic
    RequestPointerCapture Method (FlexViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("requestPointerCapture", 
       "()V", 
       "GetRequestPointerCaptureHandler", 
       ApiSince=26)>
    Public Overridable Sub RequestPointerCapture() 
    'Usage
     
    
    Dim instance As FlexViewer
     
    instance.RequestPointerCapture()
    [Android.Runtime.Register("requestPointerCapture", 
       "()V", 
       "GetRequestPointerCaptureHandler", 
       ApiSince=26)]
    public virtual void RequestPointerCapture()
    See Also