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

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TabbedMdiTabGroup class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the bounds of the tab-group.  
    Public PropertyGets a value indicating if the tab-group is currently selected.  
    Public PropertyGets a collection of the child-Mdi forms contained in the tab-group.  
    Public PropertyGets the currently selected child-Mdi form.  
    Public PropertyGets or sets the alignment of the tab-group's associated tabbed-mdi tabstrip.  
    Top
    Public Methods
     NameDescription
    Public MethodClean-up any resources being used.  
    Public MethodPerforms the layout of the elements managed by the TabbedMdiTabGroup.  
    Top
    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