Class TabCollection
West Wind Web Toolkit for ASP.NET
 Class TabCollection
System.Object
  System.Collections.CollectionBase
    Westwind.Web.Controls.TabCollection
public class TabCollection : CollectionBase

Class Members

MemberDescription
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.Controls
Assembly: westwind.web.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic