Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowGroup Class / ToolWindows Property


In This Topic
    ToolWindows Property (ToolWindowGroup)
    In This Topic
    Gets a list of the ToolWindows that are grouped together.
    Syntax
    'Declaration
     
    Public ReadOnly Property ToolWindows As ReadOnlyToolWindowCollection
    'Usage
     
    Dim instance As ToolWindowGroup
    Dim value As ReadOnlyToolWindowCollection
     
    value = instance.ToolWindows
    public ReadOnlyToolWindowCollection ToolWindows {get;}

    Property Value

    A ReadOnlyToolWindowCollection containing the ToolWindows that are grouped together.
    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