
'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>
System.Object
System.Collections.ObjectModel.Collection<T>
Xceed.DockingWindows.TabbedMdi.TabbedMdiTabGroupCollection
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | Item |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TabbedMdiTabGroup>) |
Name | Description | |
---|---|---|
![]() | ClearItems | Overridden. Removes all TabbedMdiTabGroup objects from the collection. |
![]() | InsertItem | Overridden. Inserts the TabbedMdiTabGroup object into the collection at the specified index. |
![]() | RemoveItem | Overridden. Removes the TabbedMdiTabGroup object at the specified index from the collection. |
![]() | SetItem | Overridden. Replaces the TabbedMdiTabGroup object at the specified index. |
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