Miner.Windows Assembly > Miner.Windows.TabbedMdi Namespace : HiddenMdiTabCollection Class |
For a list of all members of this type, see HiddenMdiTabCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new MDI tab to the hidden tab collection. NOTE: A MDI tab cannot be added directly to the collection. A MDI tab is created and added to the collection by the MDI tabbed manager when a MDI tabbed window (a Form derived from MdiTabForm) is created but not made visible or an existing MDI tabbed window is made not visible. |
![]() | Clear | Clears the list of tab groups. NOTE: The MDI tab group list cannot be cleared, it is managed by the MDI tabbed manager. |
![]() | Contains | Overloaded. Returns whether the specified MDI tab in the list of hidden tabs. |
![]() | CopyTo | Copies the items in this collection into an array. |
![]() | GetEnumerator | Provides support to allow type-safe iteration over the CommandCollection. |
![]() | IndexOf | Returns the index of the specified tab. |
![]() | Remove | Removes the specified MDI tab from list of hidden tabs. NOTE: A MDI tab cannot be directly removed from the tab collection. The associated MDI window must be made visible to remove it from the hidden tab collection. |