Returns a reference to the collection of Tab objects in a TabStrip control.
object.Tabs(index)
The Tabs property syntax has these parts:
| Part | Description |
|---|---|
| object | An object expression that evaluates to an object. |
| index | A value that identifies a Tab object in the Tabs collection. This may either be the Index property or the Key property of the desired Tab object. |
The Tabs collection can be accessed by using the standard collection methods, such as the Item method.