TabsCollection

TabsCollection class

Contains a collection of TabCollection elements

Properties

NameTypeDescription
Countint
Item (int)TabCollection

Methods

NameDescription
addAdd the Tab object in the collection.
removeRemove the Tab object from the collection.
clear
removeAt
iteratorReserved for internal use.

TabsCollection.Count property

Type: int

TabsCollection.Item (int) property

Type: TabCollection

add(item)

Add the Tab object in the collection.

ParameterTypeDescription
itemTabCollection

remove(item)

Remove the Tab object from the collection.

ParameterTypeDescription
itemTabCollection

clear()

removeAt(index)

iterator()

Reserved for internal use.