Vcl.Tabs.TTabSetTabStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabSetTabStyle = (tsStandard, tsOwnerDraw, tsSoftTabs, tsModernTabs, tsModernPopout, tsIDETabs);

C++

enum DECLSPEC_DENUM TTabSetTabStyle : unsigned char { tsStandard, tsOwnerDraw, tsSoftTabs, tsModernTabs, tsModernPopout, tsIDETabs };

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

A single line separates the tabs, and the selected tab is rectangular.

tsIDETabs

The tab style uses the IDE UI drawing style. Recommended to use only in IDE plugins.

tsModernPopout

The tabs are square-shaped, having a modern look and feel.