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