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