Represents theme elements used to theme combo-box controls.
Source position: themes.pas line 107
type TThemedComboBox = ( |
||
tcComboBoxDontCare, |
|
|
tcComboBoxRoot, |
|
|
tcDropDownButtonNormal, |
|
|
tcDropDownButtonHot, |
|
|
tcDropDownButtonPressed, |
|
|
tcDropDownButtonDisabled |
|
|
); |
| Version 4.4 | Generated 2025-11-08 | Home |