ITabCollection

ITabCollection interface

Represents a collection of tabs.

public interface ITabCollection : IGenericCollection<ITab>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only ITab.

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.
RemoveAt(int)Removes the element at the specified index of the collection.

See Also