'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the toolbar may be freely repositioned within it current container.")> Public Property Moveable As System.Boolean
'Usage
Dim instance As NDockingToolbar Dim value As System.Boolean instance.Moveable = value value = instance.Moveable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the toolbar may be freely repositioned within it current container.")] public System.bool Moveable {get; set;}