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