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