TabFixedWidth

This property returns and sets the fixed width of all Tab objects in a TabStrip control, but only if the TabWidthStyle property is set to tabFixed.

Syntax

object.TabFixedWidth [= integer]

Parameters

object
Object expression that evaluates to a TabStrip control.
integer
Number of pixels or twips of the width of a TabStrip control. The scale used for integer depends on the ScaleMode of the container.

Remarks

If the TabWidthStyle property is set to tabFixed and the value of the TabFixedWidth property is set, the width of each Tab object remains the same whether you add or delete Tab objects in the control.