'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the toolbar has a special pendant command.")> Public Overridable Property HasPendantCommand As System.Boolean
'Usage
Dim instance As NDockingToolbar Dim value As System.Boolean instance.HasPendantCommand = value value = instance.HasPendantCommand
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the toolbar has a special pendant command.")] public virtual System.bool HasPendantCommand {get; set;}