Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / TabbedMdiManager Constructor / TabbedMdiManager Constructor(Form)
A reference to the Form that will be used as the containing Mdi form.


In This Topic
    TabbedMdiManager Constructor(Form)
    In This Topic
    Initialized a new instance of the TabbedMdiManager form specifying the containing Mdi form.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mdiContainerForm As Form _
    )
    'Usage
     
    Dim mdiContainerForm As Form
     
    Dim instance As New TabbedMdiManager(mdiContainerForm)
    public TabbedMdiManager( 
       Form mdiContainerForm
    )

    Parameters

    mdiContainerForm
    A reference to the Form that will be used as the containing Mdi form.
    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