TabsCollection
TabsCollection class
Contains a collection of TabCollection elements
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | TabCollection |
Methods
| Name | Description |
|---|---|
| add | Add the Tab object in the collection. |
| remove | Remove the Tab object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
TabsCollection.Count property
Type: int
TabsCollection.Item (int) property
Type: TabCollection
add(item)
Add the Tab object in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | TabCollection |
remove(item)
Remove the Tab object from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | TabCollection |
clear()
removeAt(index)
iterator()
Reserved for internal use.