Vcl.Themes.TStyleColor

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

Delphi

TStyleColor = (scBorder, scButtonDisabled, scButtonFocused, scButtonHot,
scButtonNormal, scButtonPressed, scCategoryButtons, scCategoryButtonsGradientBase,
scCategoryButtonsGradientEnd, scCategoryPanelGroup, scComboBox,
scComboBoxDisabled, scEdit, scEditDisabled, scGrid, scGenericBackground,
scGenericGradientBase, scGenericGradientEnd, scHintGradientBase,
scHintGradientEnd, scListBox, scListBoxDisabled, scListView, scPanel, scPanelDisabled,
scSplitter, scToolBarGradientBase, scToolBarGradientEnd, scTreeView, scWindow);

C++

enum DECLSPEC_DENUM TStyleColor : unsigned char { scBorder, scButtonDisabled, scButtonFocused, scButtonHot, scButtonNormal, scButtonPressed, scCategoryButtons, scCategoryButtonsGradientBase, scCategoryButtonsGradientEnd, scCategoryPanelGroup, scComboBox, scComboBoxDisabled, scEdit, scEditDisabled, scGrid, scGenericBackground, scGenericGradientBase, scGenericGradientEnd, scHintGradientBase, scHintGradientEnd, scListBox, scListBoxDisabled, scListView, scPanel, scPanelDisabled, scSplitter, scToolBarGradientBase, scToolBarGradientEnd, scTreeView, scWindow };

プロパティ

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


説明

要素のさまざまな部分や状態に使用できる色を表します。

TElementColor は、要素の色のタイプを指定します。


意味
scBorder 要素のボーダーの色。
scButtonDisabled ボタンが無効の時のボタンの色。
scButtonFocused ボタンにフォーカスが当たっているときのボタンの色。
scButtonHot マウスが上にいるときのボタンの色。
scButtonNormal ボタンが通常の状態のときのボタンの色。
scButtonPressed ボタンが押されたときのボタンの色。
scCategoryButtons カテゴリ ボタンの色。
scCategoryButtonsGradientBase カテゴリ ボタンで使用されるグラデーションの始まりの色。
scCategoryButtonsGradienEnd カテゴリ ボタンで使用されるグラデーションの終わりの色。
scCategoryPanelGroup カテゴリ パネル グループの背景色。
scComboBox コンボ ボックスの背景色。
scComboBoxDisabled コンボボックスが無効なときのコンボボックスの背景色。
scEdit 編集ボックスの背景色。
scEditDisabled 編集ボックスが無効なときの編集ボックスの背景色。
scGrid グリッドの色。
scGenericBackground 汎用背景の色。
scGenericGradientBase 汎用グラデーションの始まりの色。
scGenericGradientEnd 汎用グラデーションの終わりの色。
scHintGradientBase ヒント ボックスで使用されるグラデーションの始まりの色。
scHintGradientEnd ヒント ボックスで使用されるグラデーションの終わりの色。
scListBox リスト ボックスの背景色。
scListBoxDisabled リスト ボックスが無効なときのリスト ボックスの背景色。
scListView リスト ビュー コンポーネントの背景色。
scPanel パネルの背景色。
scPanelDisabled パネルが無効なときのパネルの背景色。
scSplitter スプリッタの色。
scToolBarGradientBase ツール バーで使用されるグラデーションの始まりの色。
scToolBarGradientEnd ツール バーで使用されるグラデーションの始まりの色。
scTreeView ツリー ビュー コンポーネントの背景色。
scWindow ウィンドウの背景色。

関連項目