C1.Android.Input Assembly / C1.Android.Input Namespace / C1DropDown Class / RequestDisallowInterceptTouchEvent Method


In This Topic
RequestDisallowInterceptTouchEvent Method (C1DropDown)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("requestDisallowInterceptTouchEvent", 
   "(Z)V", 
   "GetRequestDisallowInterceptTouchEvent_ZHandler")>
Public Overridable Sub RequestDisallowInterceptTouchEvent( _
   ByVal disallowIntercept As Boolean _
) 
 
'Usage
 
Dim instance As C1DropDown
Dim disallowIntercept As Boolean
 
instance.RequestDisallowInterceptTouchEvent(disallowIntercept)

Parameters

disallowIntercept
See Also