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