Vcl.Themes.TThemedComboBox

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

Delphi

TThemedComboBox = (
tcComboBoxDontCare,
tcComboBoxRoot,
tcDropDownButtonNormal, tcDropDownButtonHot,  tcDropDownButtonPressed,  tcDropDownButtonDisabled,
tcBackground,
tcTransparentBackgroundNormal, tcTransparentBackgroundHot, tcTransparentBackgroundDisabled, tcTransparentBackgroundFocused,
tcBorderNormal, tcBorderHot, tcBorderFocused,  tcBorderDisabled,
tcReadOnlyNormal, tcReadOnlyHot, tcReadOnlyPressed, tcReadOnlyDisabled,
tcDropDownButtonRightNormal, tcDropDownButtonRightHot, tcDropDownButtonRightPressed, tcDropDownButtonRightDisabled,
tcDropDownButtonLeftNormal, tcDropDownButtonLeftHot, tcDropDownButtonLeftPressed, tcDropDownButtonLeftDisabled,
tcCueBannerNormal, tcCueBannerHot, tcCueBannerPressed, tcCueBannerDisabled
);

C++

enum DECLSPEC_DENUM TThemedComboBox : unsigned char { tcComboBoxDontCare, tcComboBoxRoot, tcDropDownButtonNormal, tcDropDownButtonHot, tcDropDownButtonPressed, tcDropDownButtonDisabled, tcBackground, tcTransparentBackgroundNormal, tcTransparentBackgroundHot, tcTransparentBackgroundDisabled, tcTransparentBackgroundFocused, tcBorderNormal, tcBorderHot, tcBorderFocused, tcBorderDisabled, tcReadOnlyNormal, tcReadOnlyHot, tcReadOnlyPressed, tcReadOnlyDisabled, tcDropDownButtonRightNormal, tcDropDownButtonRightHot, tcDropDownButtonRightPressed, tcDropDownButtonRightDisabled, tcDropDownButtonLeftNormal, tcDropDownButtonLeftHot, tcDropDownButtonLeftPressed, tcDropDownButtonLeftDisabled, tcCueBannerNormal, tcCueBannerHot, tcCueBannerPressed, tcCueBannerDisabled };

プロパティ

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

説明

TThemedComboBox は、コンボ ボックスのテーマ適用可能部分について記述します。

TThemedComboBox は、コンボ ボックスのテーマ適用可能部分について記述します。以下の表では、TThemedComboBox が取り得る値とその意味を示します。



説明

tcComboBoxDontCare

コンボ ボックスのすべての部分で共有される内容。

tcComboBoxRoot

コンボ ボックスのすべての状態で共有される内容。

tcDropDownButtonNormal

標準の状態のコンボ ボックス ドロップダウン ボタン。

tcDropDownButtonHot

マウスが上にある状態のコンボ ボックス ドロップダウン ボタン。

tcDropDownButtonPressed

押されている状態のコンボ ボックス ドロップダウン ボタン。

tcDropDownButtonDisabled

無効な状態のコンボ ボックス ドロップダウン ボタン。



関連項目