ComCtrls.TTabStyle

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From ComCtrls.pas

TTabStyle = {
	tsTabs,
	tsButtons,
	tsFlatButtons
};


Unit: ComCtrls

Type: enum

C++ Information

From ComCtrls.hpp

enum TTabStyle{
	tsTabs,
	tsButtons,
	tsFlatButtons
};


Unit: ComCtrls

Type: enum

Description

TTabStyle indicates whether a TTabSet control is owner-drawn.


These are the possible values:



Value Meaning

tsStandard

Each tab has the standard size and look.

tsOwnerDraw

Each tab has the height specified with the TabHeight property and width needed to hold the text or glyph.

Personal tools
Translations
Newest Version