ITabCollection class

ITabCollection class

Represents a collection of tabs.

The ITabCollection type exposes the following members:

Gets the element at the specified index. Read-only ITab.

Indexer

NameDescription
[index]

Methods

MethodDescription
add(self, position, align)Adds a Tab to the collection.
add(self, value)Adds a Tab to the collection.
clear(self)Removes all elements from the collection.
remove_at(self, index)Removes the element at the specified index of the collection.

See Also