Vcl.Themes.TThemedCategoryButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedCategoryButtons = (
tcbCategoryButtonsDontCare,
tcbCategoryButtonsRoot,
tcbBackground,
tcbCategoryNormal, tcbCategorySelected,
tcbButtonNormal, tcbButtonHot, tcbButtonSelected,
tcbCategoryGlyphOpened, tcbCategoryGlyphClosed,
tcbCategoryChevronOpened, tcbCategoryChevronClosed
);

C++

enum DECLSPEC_DENUM TThemedCategoryButtons : unsigned char { tcbCategoryButtonsDontCare, tcbCategoryButtonsRoot, tcbBackground, tcbCategoryNormal, tcbCategorySelected, tcbButtonNormal, tcbButtonHot, tcbButtonSelected, tcbCategoryGlyphOpened, tcbCategoryGlyphClosed, tcbCategoryChevronOpened, tcbCategoryChevronClosed };

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.