TabCollection

TabCollection class

Represents a collection of tabs.

public sealed class TabCollection : ITabCollection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Gets the element at the specified index. Read-only Tab.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
Add(ITab)Adds a Tab to the collection.
Add(double, TabAlignment)Adds a Tab to the collection.
Clear()Removes all elements from the collection.
CopyTo(Array, int)Copies all elements from the collection to the specified array.
override Equals(object)Determines whether two TabsEx instances are equal.
GetEnumerator()Returns an enumerator that iterates through the collection.
override GetHashCode()Returns hash code for this object.
RemoveAt(int)Removes the element at the specified index of the collection.

See Also