Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / ToolWindowCollection Class / Add Method
A reference to the ToolWindow to add.


In This Topic
    Add Method
    In This Topic
    Adds a ToolWindow to the list.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal toolWindow As ToolWindow _
    ) As Integer
    'Usage
     
    Dim instance As ToolWindowCollection
    Dim toolWindow As ToolWindow
    Dim value As Integer
     
    value = instance.Add(toolWindow)
    public int Add( 
       ToolWindow toolWindow
    )

    Parameters

    toolWindow
    A reference to the ToolWindow to add.

    Return Value

    The zero-index at which the ToolWindow was added.
    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