A combination list control and edit control. Users may select an item on a drop down list, or may type in an item.
a box into which a user can either type or click a dropdown
a combination of an edit box, and a list box
a combination of an edit control and a list box
a combination of a text box and a list box but is made of three sections
a combination of a text box and drop-down list
a component with a drop-down arrow that users click to display an associated list of choices
a control that allows the user to select an item from a drop-down list
a control that maintains a list of objects but displays one at a time to the user
a cross-breed between a text field and a list
an editable text field combined with a pull-down menu
a pick-list with the option of typing in a value
a single line list box with a drop down button so a user can select an item from the drop down list and get it displayed
a text area with an attached popup menu containing a set of available items
a type of text box that displays an item selected from a list it is holding
a user interface control (widget) in a graphical user interface that is a combination of a single-line
a widget that can activate a popup (or dropdown) listbox with a number of selectable items
a window control that presents a list of items the user can
a Windows control that holds a list of items
Box that allows you to select entries from a list.
A cross between a text box and a list box
A list box that drops down when clicked to expose a list of choices. Also referred to as dropdown lists.
A lookup list which is added to a form rather than a table.
Combo boxes contain a list of choices that you can make. They are sometimes called drop-down boxes because when you click on the small arrow at the right of them, the choices "drop down" so that you can see them all.
On a form or dialog box, a combination of a text box and a list box where the user can type a value or choose one from a list.
A combo box is a standard name used to describe a selection box in a form. To navigate round a combo box, you need to be focused on the combo box, then you can use the arrow (cursor) keys to navigate up and down the list of options in the combo box. Please select the appropriate option in the combo box before moving on to the next stage.
Use text box to refer to the text box portion of a combo box, and list box to refer to the list portion. Example: Type the name of the file in the File text box or select it from the list box underneath.
A component with a drop-down arrow that the user clicks to display a list of options. Noneditable combo boxes (sometimes called "list boxes") have a list from which the user can select one item. Editable combo boxes offer a text field as well as a list of options. The user can make a selection by typing a value in the text field or by selecting an item from the list. Combo boxes are created using the JComboBox component.
A combo box is a user interface control GUI element. It is a combination of a drop-down list or list box and a single-line textbox, allowing the user to either type a value directly into the control, or choose from the list of existing options. An example of this use is the address bar of graphical web browsers.