Vcl.Themes.TThemedRebar

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

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

Description

TThemedRebar describes the possible themable parts of a rebar control.

TThemedRebar describes the possible themable parts of a rebar control.

See Also