Vcl.Themes.TThemedGrid

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。