'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets or sets the dock areas allowed for this panel to dock to.")> Public Overridable Property AllowedDockAreas As DockAreaMask
'Usage
Dim instance As NDockingPanelPermissions Dim value As DockAreaMask instance.AllowedDockAreas = value value = instance.AllowedDockAreas
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets or sets the dock areas allowed for this panel to dock to.")] public virtual DockAreaMask AllowedDockAreas {get; set;}