ComponentOne Xamarin.Android
ShouldDelayChildPressedState Method (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : ShouldDelayChildPressedState Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("shouldDelayChildPressedState", 
   "()Z", 
   "GetShouldDelayChildPressedStateHandler", 
   ApiSince=14)>
Public Overridable Function ShouldDelayChildPressedState() As Boolean
'Usage
 
Dim instance As C1DropDown
Dim value As Boolean
 
value = instance.ShouldDelayChildPressedState()
[Android.Runtime.Register("shouldDelayChildPressedState", 
   "()Z", 
   "GetShouldDelayChildPressedStateHandler", 
   ApiSince=14)]
public virtual bool ShouldDelayChildPressedState()
See Also

Reference

C1DropDown Class
C1DropDown Members