Vcl.Themes.TThemedGrid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TThemedGrid = (
tgGridDontCare,
tgGridRoot,
tgCellNormal, tgCellSelected, tgCellRowSelectedLeft, tgCellRowSelectedCenter, tgCellRowSelectedRight,
tgFixedCellNormal, tgFixedCellHot, tgFixedCellPressed,
tgGradientCellNormal, tgGradientCellSelected, tgGradientCellRowSelectedLeft,
tgGradientCellRowSelectedCenter, tgGradientCellRowSelectedRight,
tgGradientFixedCellNormal, tgGradientFixedCellHot, tgGradientFixedCellPressed,
tgClassicCellNormal, tgClassicCellSelected, tgClassicCellRowSelectedLeft,
tgClassicCellRowSelectedCenter, tgClassicCellRowSelectedRight,
tgClassicFixedCellNormal, tgClassicFixedCellHot, tgClassicFixedCellPressed,
tgDropDownButtonNormal, tgDropDownButtonHot, tgDropDownButtonPressed, tgDropDownButtonDisabled,
tgEllipsisButtonNormal, tgEllipsisButtonHot, tgEllipsisButtonPressed,
tgIndicatorArrow, tgIndicatorEdit, tgIndicatorInsert, tgIndicatorMultiDot, tgIndicatorMultiArrow
);

C++

enum DECLSPEC_DENUM TThemedGrid : unsigned char { tgGridDontCare, tgGridRoot, tgCellNormal, tgCellSelected, tgCellRowSelectedLeft, tgCellRowSelectedCenter, tgCellRowSelectedRight, tgFixedCellNormal, tgFixedCellHot, tgFixedCellPressed, tgGradientCellNormal, tgGradientCellSelected, tgGradientCellRowSelectedLeft, tgGradientCellRowSelectedCenter, tgGradientCellRowSelectedRight, tgGradientFixedCellNormal, tgGradientFixedCellHot, tgGradientFixedCellPressed, tgClassicCellNormal, tgClassicCellSelected, tgClassicCellRowSelectedLeft, tgClassicCellRowSelectedCenter, tgClassicCellRowSelectedRight, tgClassicFixedCellNormal, tgClassicFixedCellHot, tgClassicFixedCellPressed, tgDropDownButtonNormal, tgDropDownButtonHot, tgDropDownButtonPressed, tgDropDownButtonDisabled,
    tgEllipsisButtonNormal, tgEllipsisButtonHot, tgEllipsisButtonPressed, tgIndicatorArrow, tgIndicatorEdit, tgIndicatorInsert, tgIndicatorMultiDot, tgIndicatorMultiArrow };

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.