RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBox.Style Property

Determines the display style of the combo box.

Pascal
property Style: TComboBoxStyle;
C++
__property TComboBoxStyle Style;

Set Style to specify how the list and edit region of the combo box should appear.  

When Style is csOwnerDrawFixed or csOwnerDrawVariable, the OnDrawItem event occurs when the list items need to be drawn. If Style is csOwnerDrawVariable, an OnMeasureItem event occurs as well. 

 

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