TabCollection Methods

UltimateTabstrip

UltimateTabstrip Class Library

TabCollection Methods

The methods of the TabCollection class are listed below. For a complete list of TabCollection class members, see the TabCollection Members topic.

Public Instance Methods

Add Adds a Tab to the end of the TabCollection.
Clear (inherited from CollectionBase) Removes all objects from the CollectionBase instance.
Clone (inherited from BaseItemCollection) Creates a new object that is a copy of the current instance.
Contains Determines whether a Tab is in the TabCollection.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from CollectionBase) Returns an enumerator that can iterate through the CollectionBase instance.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Returns the zero-based index of the first occurrence of a Tab in the TabCollection.
Insert Inserts a Tab into the TabCollection at the specified index.
Remove Removes the first occurrence of a specific Tab from the TabCollection.
RemoveAt (inherited from CollectionBase) Removes the element at the specified index of the CollectionBase instance.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

TabCollection Class | Karamasoft.WebControls.UltimateTabstrip Namespace