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


In This Topic
    GetTabGroup Method
    In This Topic
    Retrieves the tab-group associated with the specified form.
    Syntax
    'Declaration
     
    Public Function GetTabGroup( _
       ByVal form As Form _
    ) As TabbedMdiTabGroup
    'Usage
     
    Dim instance As TabbedMdiManager
    Dim form As Form
    Dim value As TabbedMdiTabGroup
     
    value = instance.GetTabGroup(form)
    public TabbedMdiTabGroup GetTabGroup( 
       Form form
    )

    Parameters

    form
    The form for which to retrieve the TabbedMdiTabGroup.

    Return Value

    A reference to the TabbedMdiTabGroup 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