Class TabCollection

TabCollection class

Contains a collection of Tab elements

public class TabCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Item { get; }Gets the element at the specified index.
IX { get; set; }The zero-based index of the element within its parent element.

Methods

NameDescription
Add(Tab)Add the Tab object in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
IsExist(int)Is exist item in the collection.
Remove(Tab)Remove the Tab object from the collection.

See Also