Vcl.ComCtrls.TCustomTabControl.TabHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabHeight: Smallint read FTabSize.Y write SetTabHeight default 0;

C++

__property short TabHeight = {read=FTabSize.y, write=SetTabHeight, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

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