Vcl.Themes.TThemedComboBox

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
enum public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes Vcl.Themes

Description

TThemedComboBox décrit les parties à thème possibles d'une boîte à options.

TThemedComboBox décrit les parties à thème possibles d'une boîte à options. Le tableau suivant liste les valeurs possibles de TThemedComboBox et leur signification.



Valeur Description

tcComboBoxDontCare

Le contenu qui est partagé entre toutes les parties de la boîte à options.

tcComboBoxRoot

Le contenu qui est partagé entre tous les états de la boîte à options.

tcDropDownButtonNormal

Un bouton de déroulement de boîte à options dans son état normal.

tcDropDownButtonHot

Un bouton de déroulement de boîte à options dans son état survolé.

tcDropDownButtonPressed

Un bouton de déroulement de boîte à options dans son état enfoncé.

tcDropDownButtonDisabled

Un bouton de déroulement de boîte à options dans son état désactivé.



Voir aussi