Vcl.ComCtrls.TPageControl.TabHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabHeight;

C++

__property TabHeight = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Specifies the height, in pixels, of the tabs in the tab control.

Vcl.ComCtrls.TPageControl.TabHeight inherits from Vcl.ComCtrls.TCustomTabControl.TabHeight. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.TabHeight.

Specifies the height, in pixels, of the tabs in the tab control.

Set TabHeight to control the height of the tabs that appear above the client region of the tab control. The TabHeight property is the vertical size in pixels of the individual tabs. If TabHeight is set to 0, the tabs automatically size themselves to fit their text.

See Also

Code Examples