Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiManager Class / GetTabbedMdiManager Method
The form for which to retrieve the TabbedMdiManager.


In This Topic
    GetTabbedMdiManager Method
    In This Topic
    Retrieves the TabbedMdiManager associated with the form.
    Syntax
    'Declaration
     
    Public Shared Function GetTabbedMdiManager( _
       ByVal form As Form _
    ) As TabbedMdiManager
    'Usage
     
    Dim form As Form
    Dim value As TabbedMdiManager
     
    value = TabbedMdiManager.GetTabbedMdiManager(form)
    public static TabbedMdiManager GetTabbedMdiManager( 
       Form form
    )

    Parameters

    form
    The form for which to retrieve the TabbedMdiManager.

    Return Value

    A reference to the TabbedMdiManager associated with the 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