Dock Pane Strip BaseTab Collection Class
Definition
Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
C#
protected sealed class TabCollection : IEnumerable<DockPaneStripBaseTab>,
IEnumerableVB
Protected NotInheritable Class TabCollection
Implements IEnumerable(Of DockPaneStripBaseTab), IEnumerable- Inheritance
- Object DockPaneStripBaseTabCollection
- Implements
- IEnumerableDockPaneStripBaseTab, IEnumerable
Properties
Methods
| Contains(IDockContent) | |
| Contains(DockPaneStripBaseTab) | |
| IndexOf(IDockContent) | |
| IndexOf(DockPaneStripBaseTab) |
Fields
Extension Methods
| DifferentCombinationsDockPaneStripBaseTab | (Defined by Common) |
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
| IEnumerableDockPaneStripBaseTabGetEnumerator | Returns an enumerator that iterates through the collection. |