Tabs Collection

This collection contains Tab objects.

Syntax

tabstrip.Tabs(index)

tabstrip.Tabs.Item(index)

Parameters

tabstrip
Object expression that evaluates to a TabStrip control.
index
Integer or string that uniquely identifies a member of an object collection. The integer is the value of the Index property of the desired Tab object; the string is the value of the Key property of the desired Tab object.

The Tabs collection supports the following properties:

The Tabs collection supports the following methods:

Remarks

At design time, use the Insert Tab and Remove Tab buttons on the Tabs tab in the Properties sheet of the TabStrip control to add and remove Tab objects from the Tabs collection.

The Tabs collection uses the Count property to return the number of tabs in the collection. To manipulate the Tab objects in the Tabs collection, use the Add, Clear, and Remove methods.