Xceed Docking Windows for WinForms v2.3 Documentation
DockLayoutManager Property


Xceed.DockingWindows Namespace > ToolWindow Class : DockLayoutManager Property
Gets or sets the ToolWindow's associated DockLayoutManager.
Syntax
'Declaration
 
<DescriptionAttribute("The ToolWindow's associated DockLayoutManager.")>

<CategoryAttribute("Host")>

Public ReadOnly Property DockLayoutManager As DockLayoutManager
'Usage
 
Dim instance As ToolWindow

Dim value As DockLayoutManager

 

value = instance.DockLayoutManager
[Description("The ToolWindow's associated DockLayoutManager.")]

[Category("Host")]

public DockLayoutManager DockLayoutManager {get;}

Property Value

A reference to the DockLayoutManager that manages the ToolWindow.
Remarks

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. 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.

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

Reference

ToolWindow Class
ToolWindow Members