 
            | Miner.Windows Assembly > Miner.Windows.TabbedMdi Namespace : MdiTabGroupCollection Class | 
For a list of all members of this type, see MdiTabGroupCollection members.
| Name | Description | |
|---|---|---|
|  | Add | Adds a new MDI tab group to the MDI tab manager's tab group collection. NOTE: A MDI tab group cannot be added directly to the collection. The associated MDI tab window should be added using... | 
|  | Clear | Clears the list of tab groups. NOTE: The MDI tab group list cannot be cleared, each associated window must be made invisible or closed to remove it from the list. | 
|  | Contains | Overloaded. Returns whether the specified MDI tab group is in the list of tab groups. | 
|  | CopyTo | Copies the items in this collection into an array. | 
|  | GetEnumerator | Provides support to allow type-safe iteration over the CommandCollection. | 
|  | Remove | Removes the specified MDI tab group from list of tab groups. NOTE: A MDI tab group cannot be directly removed from the tab group collection. The associated tabs must first be removed. |