RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Themes.TThemedComboBox Enumeration

TThemedComboBox describes the possible themable parts of a combo box.

Pascal
TThemedComboBox = (
  tcComboBoxDontCare,
  tcComboBoxRoot,
  tcDropDownButtonNormal,
  tcDropDownButtonHot,
  tcDropDownButtonPressed,
  tcDropDownButtonDisabled
);
C++
enum TThemedComboBox {
  tcComboBoxDontCare,
  tcComboBoxRoot,
  tcDropDownButtonNormal,
  tcDropDownButtonHot,
  tcDropDownButtonPressed,
  tcDropDownButtonDisabled
};

TThemedComboBox describes the possible themable parts of a combo box. The following table lists the possible values of TThemedComboBox and their meaning.

Value  
Description  
tcComboBoxDontCare  
The content that is shared across all the combo box parts.  
tcComboBoxRoot  
The content that is shared across all the combo box states.  
tcDropDownButtonNormal  
A combo box drop-down button in its normal state.  
tcDropDownButtonHot  
A combo box drop-down button in its hovered state.  
tcDropDownButtonPressed  
A combo box drop-down button in its pressed state.  
tcDropDownButtonDisabled  
A combo box drop-down button in its disabled state.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!