![](bmp/CLASSHEADER.gif)
System.Collections.CollectionBase
Westwind.Web.Controls.TabCollection
public class TabCollection : CollectionBase
Class Members
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 |
Requirements
Namespace: Westwind.Web.ControlsAssembly: westwind.web.webforms.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic