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()
See Also