public class TabCollection : CollectionBase
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
Add | Adds a new error to the collection public void Add(TabPage Tab);
|
![]() |
Contains | public bool Contains(TabPage Tab);
|
![]() |
CopyTo | public void CopyTo(TabPage[] array,
int index); |
![]() |
IndexOf | public int IndexOf(TabPage item);
|
![]() |
Insert | public void Insert(int index,
TabPage item); |
![]() |
Remove | public void Remove(TabPage Tab);
|
![]() |
Item | |