'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the toolbar can be renamed at run-time.")> Public Property AllowRename As System.Boolean
'Usage
Dim instance As NDockingToolbar Dim value As System.Boolean instance.AllowRename = value value = instance.AllowRename
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the toolbar can be renamed at run-time.")] public System.bool AllowRename {get; set;}