'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value whether the panel can be docked.")> Public Property AllowDock As System.Boolean
'Usage
Dim instance As NDockingPanelPermissions Dim value As System.Boolean instance.AllowDock = value value = instance.AllowDock
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets or sets a value whether the panel can be docked.")] public System.bool AllowDock {get; set;}