Visual Basic: MSTab Control

TabsPerRow Property (SSTab Control)

See Also   Example   Applies To

Returns or sets the number of tabs for each row of an SSTab control.

Syntax

object.TabsPerRow [ = tabnumber ]

Part Description
object An object expression that evaluates to an SSTab control.
tabnumber A numeric expression that specifies the number of tabs you want on each row.

Remarks

Use this property at design time in conjunction with the Tabs property to determine the number of rows displayed by the control. At run time, use the Rows property.