6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
13#if !defined(CBS_SIMPLE)
constexpr size_t CBS_SIMPLE
Displays the list box at all times. The current selection in the list box is displayed in the edit co...
Definition combo_box_styles.h:20
constexpr size_t CBS_NOINTEGRALHEIGHT
Specifies that the size of the combo box is exactly the size specified by the application when it cre...
Definition combo_box_styles.h:83
constexpr size_t CBS_HASSTRINGS
Specifies that an owner-drawn combo box contains items consisting of strings. The combo box maintains...
Definition combo_box_styles.h:76
constexpr size_t CBS_AUTOHSCROLL
Automatically scrolls the text in an edit control to the right when the user types a character at the...
Definition combo_box_styles.h:55
constexpr size_t CBS_DISABLENOSCROLL
Shows a disabled vertical scroll bar in the list box when the box does not contain enough items to sc...
Definition combo_box_styles.h:90
constexpr size_t CBS_DROPDOWNLIST
Similar to CBS_DROPDOWN, except that the edit control is replaced by a static text item that displays...
Definition combo_box_styles.h:34
constexpr size_t CBS_LOWERCASE
Converts to lowercase all text in both the selection field and the list.
Definition combo_box_styles.h:104
constexpr size_t CBS_OEMCONVERT
Converts text entered in the combo box edit control from the Windows character set to the OEM charact...
Definition combo_box_styles.h:62
constexpr size_t CBS_SORT
Automatically sorts strings added to the list box.
Definition combo_box_styles.h:69
constexpr size_t CBS_OWNERDRAWVARIABLE
Specifies that the owner of the list box is responsible for drawing its contents and that the items i...
Definition combo_box_styles.h:48
constexpr size_t CBS_UPPERCASE
Converts to uppercase all text in both the selection field and the list.
Definition combo_box_styles.h:97
constexpr size_t CBS_OWNERDRAWFIXED
Specifies that the owner of the list box is responsible for drawing its contents and that the items i...
Definition combo_box_styles.h:41
constexpr size_t CBS_DROPDOWN
Similar to CBS_SIMPLE, except that the list box is not displayed unless the user selects an icon next...
Definition combo_box_styles.h:27