Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / TabbedMdiTabGroup Class
Members


In This Topic
    TabbedMdiTabGroup Class
    In This Topic
    Represents a tabbed-mdi tab-group.
    Syntax
    'Declaration
     
    Public Class TabbedMdiTabGroup 
    'Usage
     
    Dim instance As TabbedMdiTabGroup
    public class TabbedMdiTabGroup 
    Remarks

    Right-clicking on a tab in a tab-group will display a menu that allows new horizontal or vertical tab-groups to be created. If 2 horizontal or vertical tab-groups are displayed, only the option to create same-orientation tab-groups will be available.

    Tabs can be moved between tab-groups—when two or more tab groups are displayed—by right-clicking on the tab to move and selecting the "Move to Next Tab Group" option.

    Inheritance Hierarchy

    System.Object
       Xceed.DockingWindows.TabbedMdi.TabbedMdiTabGroup

    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