Tabs

This property returns a reference to a collection of Tab objects in a TabStrip control.

Syntax

object.Tabs(index)

Parameters

object
Object expression that evaluates to a TabStrip control.
index
Value that identifies a Tab object in the Tabs collection. This may be either the Index property or the Key property of the desired Tab object.

Remarks

You can access the Tabs collection by using the standard collection methods, such as the Item method.