C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / ShouldDelayChildPressedState Method


In This Topic
ShouldDelayChildPressedState Method (C1ScrollViewer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("shouldDelayChildPressedState", 
   "()Z", 
   "GetShouldDelayChildPressedStateHandler", 
   ApiSince=14)>
Public Overridable Function ShouldDelayChildPressedState() As Boolean
 
'Usage
 
Dim instance As C1ScrollViewer
Dim value As Boolean
 
value = instance.ShouldDelayChildPressedState()
See Also