TabFixedHeight

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

Syntax

object.TabFixedHeight [= integer]

Parameters

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

Remarks

The TabFixedHeight property applies to all Tab objects in the TabStrip control. It defaults either to the height of the font as specified in the Font property or the height of the ListImage object specified by the Image property, whichever is higher.