Tabs Property (TabStrip Control)

       

Returns a reference to the collection of Tab objects in a TabStrip control.

Syntax

object.Tabs(index)

The Tabs property syntax has these parts:

Part Description
object An object expression that evaluates to a TabStrip control.
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.

Remarks

The Tabs collection can be accessed by using the standard collection methods, such as the Item method.