Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class
Members


In This Topic
    DockLayoutManager Class
    In This Topic
    The DockLayoutManager manages the interaction of its associated ToolWindows in and around the defined host areas (DockHost and ClientHost) as well as in relation to each other.
    Syntax
    'Declaration
     
    <DesignerAttribute("Xceed.DockingWindows.Design.DockLayoutManagerDesigner,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializerAttribute("Xceed.DockingWindows.Design.DockLayoutManagerSerializer,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxBitmapAttribute(Xceed.DockingWindows.DockLayoutManager)>
    <DesignerCategoryAttribute("Component")>
    Public NotInheritable Class DockLayoutManager 
       Inherits System.ComponentModel.Component
    'Usage
     
    Dim instance As DockLayoutManager
    [Designer("Xceed.DockingWindows.Design.DockLayoutManagerDesigner,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializer("Xceed.DockingWindows.Design.DockLayoutManagerSerializer,Xceed.DockingWindows.v2.3.Design,Version=2.3.25075.5727,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxBitmap(Xceed.DockingWindows.DockLayoutManager)]
    [DesignerCategory("Component")]
    public sealed class DockLayoutManager : System.ComponentModel.Component 
    Remarks

    Through the DockLayoutManager, end-user interaction with ToolWindows can be partially or completely restricted, and their size, location, visibility, and state can be saved and loaded.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Xceed.DockingWindows.DockLayoutManager

    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