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