ComponentOne Xamarin.Android
ShouldDelayChildPressedState Method (C1ComboBox)


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

Reference

C1ComboBox Class
C1ComboBox Members