C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / RequestPointerCapture Method


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