C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / ShouldDelayChildPressedState Method


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