Vcl.Themes.TThemedComboBox

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Beschreibung

TThemedComboBox beschreibt die möglichen Teile eines Kombinationsfeldes, für die Themes verwendet werden können.

TThemedComboBox beschreibt die möglichen Teile eines Kombinationsfeldes, für die Themes verwendet werden können. Die folgende Tabelle führt die möglichen Werte von TThemedComboBox und deren Bedeutung auf.



Wert Beschreibung

tcComboBoxDontCare

Der Inhalt, der von allen Teilen des Kombinationsfeldes gemeinsam genutzt wird.

tcComboBoxRoot

Der Inhalt, der von allen Staus des Kombinationsfeldes gemeinsam genutzt wird.

tcDropDownButtonNormal

Ein Dropdown-Kombinationsfeld im normalen Status.

tcDropDownButtonHot

Ein Dropdown-Kombinationsfeld, auf dem sich der Mauszeiger befindet.

tcDropDownButtonPressed

Ein Dropdown-Kombinationsfeld im gedrückten Status.

tcDropDownButtonDisabled

Ein Dropdown-Kombinationsfeld im deaktivierten Status.



Siehe auch