ComponentOne Xamarin.Android
ShouldDelayChildPressedState Method (C1VectorIcon)


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

Reference

C1VectorIcon Class
C1VectorIcon Members