Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockLayoutManager Class
Properties Methods Events


In This Topic
    DockLayoutManager Class Members
    In This Topic

    The following tables list the members exposed by DockLayoutManager.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DockLayoutManager class specify the DockHost and ClientHost.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the active ToolWindow.  
    Public PropertyGets or sets a boolean value indicating whether docked ToolWindows can become auto hide ToolWindows and whether auto hide ToolWindows can become docked ToolWindows, by displaying or removing the auto hide "pin/unpin" glyph and the "Auto Hide" option from the context menu.  
    Public PropertyGets or sets a boolean value indicating whether floating ToolWindows can become docked, as well as preventing currently docked ToolWindows from being docked in another location.  
    Public PropertyGets or sets a boolean value indicating whether docked ToolWindows can become floating.  
    Public PropertyGets or sets a boolean value indicating whether ToolWindows can be hidden by displaying or removing the hide glyph and the "Hide" option from the context menu.  
    Public PropertyGets the appearance of the AutoHideFrame in which the tabs of auto hide ToolWindows are displayed.  
    Public PropertyGets or sets the appearance of the docked ToolWindows' captions.  
    Public PropertyGets the control around which ToolWindows can be docked.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets the control in which ToolWindows can be docked.  
    Public PropertyGets or sets a value indicating if the tool window/Mdi child-selection menu is displayed when the CTRL and TAB buttons are pressed.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the style with which the ToolWindow tabs and dock-hints are drawn.  
    Public PropertyGets the appearance of the tabstrips when ToolWindows are grouped.  
    Public PropertyGets a list of the ToolWindows managed by the DockLayoutManager.  
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Loads the layout from the specified location.  
    Public MethodResets the value of the AllowAutoHide property to its default value, true.  
    Public MethodResets the value of the AllowDocking property to its default value, true.  
    Public MethodResets the value of the AllowFloating property to its default value, true.  
    Public MethodResets the value of the AllowHide property to its default value, true.  
    Public Method  
    Public MethodResumes normal layout logic following a call to the is called.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the ActiveToolWindow property is changed.  
    Public EventRaised when the value of the AllowAutoHide property is changed.  
    Public EventRaised when the value of the AllowDocking property is changed.  
    Public EventRaised when the value of the AllowFloating property is changed.  
    Public EventRaised when the value of the AllowHide property is changed.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventRaised when the value of the Style property is changed.  
    Top
    See Also