Combo box
From HandWiki
Revision as of 22:03, 1 August 2022 by imported>LinXED (url)
Short description: User interface element
A combo box is a commonly used graphical user interface widget (or control). Traditionally, it is a combination of a drop-down list or list box and a single-line editable textbox, allowing the user to either type a value directly or select a value from the list. The term "combo box" is sometimes used to mean "drop-down list".[1] In both Java and .NET, "combo box" is not a synonym for "drop-down list".[2][3] Definition of "drop down list" is sometimes clarified with terms such as "non-editable combo box" (or something similar) to distinguish it from "combo box".
See also
References
- ↑ "Combo boxes in forms on Web pages". IT and communication. February 15, 2007. https://jkorpela.fi/forms/combo.html.
- ↑ "How to Use Combo Boxes (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)". Docs.oracle.com. 2012-02-28. http://docs.oracle.com/javase/tutorial/uiswing/components/combobox.html.
- ↑ "ComboBox Class (System.Windows.Controls)". Msdn.microsoft.com. 2014-06-20. http://msdn.microsoft.com/en-us/library/system.windows.controls.combobox.aspx.
External links
Original source: https://en.wikipedia.org/wiki/Combo box.
Read more |