Vcl.Themes.TThemedRebar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TThemedRebar = (
trRebarDontCare,
trRebarRoot,
trGripper,
trGripperVert,
trBand,
trChevronNormal, trChevronHot, trChevronPressed,
trChevronVertNormal, trChevronVertHot, trChevronVertPressed,
trBackground,
trSplitterNormal, trSplitterHot, trSplitterPressed,
trSlipperVertNormal, trSlipperVertHot, trSlipperVertPressed
);

C++

enum DECLSPEC_DENUM TThemedRebar : unsigned char { trRebarDontCare, trRebarRoot, trGripper, trGripperVert, trBand, trChevronNormal, trChevronHot, trChevronPressed, trChevronVertNormal, trChevronVertHot, trChevronVertPressed, trBackground, trSplitterNormal, trSplitterHot, trSplitterPressed, trSlipperVertNormal, trSlipperVertHot, trSlipperVertPressed };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TThemedRebar décrit les parties à thème possibles d'un contrôle rebar.

TThemedRebar décrit les parties à thème possibles d'un contrôle rebar.

Voir aussi