Xceed Docking Windows for WinForms v2.3 Documentation
ToolWindows Property (DockLayoutManager)


Xceed.DockingWindows Namespace > DockLayoutManager Class : ToolWindows Property
Gets a list of the ToolWindows managed by the DockLayoutManager.
Syntax
'Declaration
 
<BrowsableAttribute(False)>

Public ReadOnly Property ToolWindows As ToolWindowCollection
'Usage
 
Dim instance As DockLayoutManager

Dim value As ToolWindowCollection

 

value = instance.ToolWindows
[Browsable(false)]

public ToolWindowCollection ToolWindows {get;}

Property Value

A ToolWindowCollection containing the ToolWindows managed by the 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

Reference

DockLayoutManager Class
DockLayoutManager Members