'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether there will be a delay when the parent has entered modal loop and a command which will bedropped down is hovered.")> Public Overridable Property AutoDropDownDelay As System.Boolean
'Usage
Dim instance As NCommandParent Dim value As System.Boolean instance.AutoDropDownDelay = value value = instance.AutoDropDownDelay
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether there will be a delay when the parent has entered modal loop and a command which will bedropped down is hovered.")] public virtual System.bool AutoDropDownDelay {get; set;}