Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / DockAreaMask Enumeration


In This Topic
    DockAreaMask Enumeration
    In This Topic
    Specifies the available dock areas per INDockArea provider instance.
    Syntax
    'Declaration
     
    
    Public Enum DockAreaMask 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DockAreaMask
    public enum DockAreaMask : System.Enum 
    Members
    MemberDescription
    AllFill | Edges areas.
    BottomBottom area.
    EdgesTop | Left | Bottom | Right areas.
    FillDockStyle.Fill area.
    LeftLeft area.
    NoneNo dock area is provided.
    RightRight area.
    TopTop area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Docking.DockAreaMask

    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