Vcl.Tabs.TTabSetTabStyle
Delphi
TTabSetTabStyle = (tsStandard, tsOwnerDraw, tsSoftTabs, tsModernTabs, tsModernPopout);
C++
enum DECLSPEC_DENUM TTabSetTabStyle : unsigned char { tsStandard, tsOwnerDraw, tsSoftTabs, tsModernTabs, tsModernPopout };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Tabs.pas Vcl.Tabs.hpp |
Vcl.Tabs | Vcl.Tabs |
Description
TTabSetTabStyle indicates the tab layout style.
TTabSetTabStyle represents the style in which the tabs should be displayed. The following table lists the possible values:
| Value | Meaning |
|---|---|
|
tsStandard |
Standard tabs layout |
|
tsOwnerDraw |
User-defined tabs layout |
|
tsSoftTabs |
A different tab layout |
|
tsModernTabs |
The tabs are separated by a single line and the selected tab has a rectangular shape. |
|
tsModernPopout |
The tabs are square-shaped, having a modern look and feel. |