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


In This Topic
    TabbedMdiTabGroupCollection Class
    In This Topic
    Contains a collection of TabbedMdiTabGroup objects.
    Object Model
    TabbedMdiTabGroupCollection ClassTabbedMdiTabGroup Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class TabbedMdiTabGroupCollection 
       Inherits System.Collections.ObjectModel.Collection(Of TabbedMdiTabGroup)
    'Usage
     
    Dim instance As TabbedMdiTabGroupCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class TabbedMdiTabGroupCollection : System.Collections.ObjectModel.Collection<TabbedMdiTabGroup> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          Xceed.DockingWindows.TabbedMdi.TabbedMdiTabGroupCollection

    Public Properties
    Protected Properties
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all TabbedMdiTabGroup objects from the collection.  
    Protected MethodOverridden. Inserts the TabbedMdiTabGroup object into the collection at the specified index.  
    Protected MethodOverridden. Removes the TabbedMdiTabGroup object at the specified index from the collection.  
    Protected MethodOverridden. Replaces the TabbedMdiTabGroup object at the specified index.  
    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