TComboBoxExStyles is the type for the Style property of extended combo box controls.
TComboBoxExStyles = set of TComboBoxExStyleEx;
TComboBoxExStyleEx TComboBoxExStyles;
ComCtrls
These are the values in the TComboBoxExStyles type:
Value |
Meaning |
csExDropDown |
Creates a drop-down list with an edit box for manually entered text. |
csExSimple |
Creates an edit box with a fixed list (list box) underneath. The length of the list is determined by the Height of the combo box. |
csExDropDownList |
Creates a drop-down list with no edit box; the user cannot enter text manually. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|