Vcl.Tabs.TTabSet.TabHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabHeight: Integer read FOwnerDrawHeight write SetTabHeight default 20;

C++

__property int TabHeight = {read=FOwnerDrawHeight, write=SetTabHeight, default=20};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Determines the height of the tabs in an owner-drawn tab set control.

If the Style property value is tsStandard, the TabHeight property value is ignored. If the Style property value is tsOwnerDraw, TabHeight is the height of the tabs.

See Also