Vcl.Themes.TThemedTabSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedTabSet = (
tbsDontCare,
tbsRoot,
tbsBackground,
tbsTabNormal, tbsTabSelected
);

C++

enum DECLSPEC_DENUM TThemedTabSet : unsigned char { tbsDontCare, tbsRoot, tbsBackground, tbsTabNormal, tbsTabSelected };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

Embarcadero Technologies does not currently have any additional information.