Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockingPanelPermissions Class / AllowedDockAreas Property


In This Topic
    AllowedDockAreas Property
    In This Topic
    Gets or sets the dock areas allowed for this panel to dock to.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also