C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / ReleasePointerCapture Method


In This Topic
ReleasePointerCapture Method (FlexViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("releasePointerCapture", 
   "()V", 
   "GetReleasePointerCaptureHandler", 
   ApiSince=26)>
Public Overridable Sub ReleasePointerCapture() 
 
'Usage
 
Dim instance As FlexViewer
 
instance.ReleasePointerCapture()
See Also