|
|
The edit field will gain the focus automatically.
Definition at line 183 of file combobox.h. |
|
|
Loops the value automatically if the type of combobox is CBS_AUTOSPIN.
Definition at line 147 of file combobox.h. |
|
|
Creates AutoSpin box. AutoSpin box has an input field with a spin button. The input field displays an integer, and you can click spin button to increase or decrease the value of the integer. Definition at line 80 of file combobox.h. |
|
|
Specifies a drop-down list box in the selection filed.
int listbox_height = 100; CreateWindowEx (CTRL_COMBOBOX, ..., listbox_height)); Definition at line 105 of file combobox.h. |
|
|
The edit box has base line.
Definition at line 159 of file combobox.h. |
|
|
The edit box has no border.
Definition at line 153 of file combobox.h. |
|
|
The edit field is lowercase.
Definition at line 177 of file combobox.h. |
|
|
Notifies the parent window. Causes the combo box to notify the parent window with a notification message. Definition at line 120 of file combobox.h. |
|
|
The edit field is read-only.
Definition at line 165 of file combobox.h. |
|
|
Displays the list box at all times. The current selection in the list box is displayed in the edit control.
int listbox_height = 100; CreateWindowEx (CTRL_COMBOBOX, ..., listbox_height); Definition at line 70 of file combobox.h. |
|
|
Automatically sorts strings entered in the list box.
Definition at line 141 of file combobox.h. |
|
|
The spin arrow.
Definition at line 132 of file combobox.h. |
|
|
The spin arrow.
Definition at line 126 of file combobox.h. |
|
|
Creates SpinList box. SpinList box has an input field with a spin button. The input field displays some text, and you can click spin button to change the text. The candidate text string comes from the strings you add to the box. Definition at line 90 of file combobox.h. |
|
|
The type mask of style of combobox.
Definition at line 111 of file combobox.h. |
|
|
The edit field is uppercase.
Definition at line 171 of file combobox.h. |
1.4.2