tabsHeight

Type: Integer

Availability: Read or write at any time

The tabsHeight property contains the height of each line of tabs of a Folder control.

This property always returns the effective tab height.

The default value for this property is zero (0), indicating that the height of the tab lines is set according to the height of the text by using the font of the folder.

As the setting of this property to any positive value is interpreted as the number of pixels to use to display each tab line, use this property to provide a larger tab height so that the tab icons are displayed as a larger size.

Setting this property to a negative value specifies that no tabs are displayed for the folder. The user does not have any means of selecting which folder sheet to display, ensuring that the display of folder tabs is controlled totally by logic.