About 140,000 results
Open links in new tab
  1. Combo box and list box - Windows apps | Microsoft Learn

    Nov 25, 2025 · Use a drop-down list to let users select a single value from a set of items that can be adequately represented with single lines of text. Use a list or grid view instead of a combo …

  2. ComboBox in C# - GeeksforGeeks

    Jul 12, 2025 · In Windows Forms, the ComboBox control combines the features of a TextBox and a ListBox. It displays one item at a time, with additional items accessible through a drop-down …

  3. Combo box - Wikipedia

    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 …

  4. Combobox (Explainer) - Open UI

    Oct 31, 2025 · OpenUI made a Twitter poll which underscored the widespread demand for a customizable combobox: In addition to the combobox use case where arbitrary text typed in by …

  5. C#.WinForms - ComboBox - Dot Net Perls

    Jun 30, 2025 · This useful control is a combination TextBox with a drop-down. The user can type anything into the ComboBox, or select something from the list. Please create a new Windows …

  6. ComboBox Class (System.Windows.Forms) | Microsoft Learn

    A ComboBox displays a text box combined with a ListBox, which enables the user to select items from the list or enter a new value. The DropDownStyle property specifies whether the list is …

  7. VBA ComboBox in Excel - Top 2 Method, Examples, How to Create

    A guide to VBA ComboBox. We learn top 2 ways to create it in Excel VBA through coding & UserForm method with step-wise examples.

  8. How to use ComboBox in C# - FoxLearn

    Jul 16, 2024 · In C#, a ComboBox is a commonly used control in Windows Forms applications for presenting a dropdown list of items to users, allowing them to select one or more options from …

  9. Combobox • Angular

    Angular's combobox provides a fully accessible input-popup coordination system with: An accessible input field that filters and suggests options as users type, helping them find and …

  10. What Is a Combo Box? - Computer Hope

    Sep 7, 2025 · What Is a Combo Box? A combo box is a GUI (Graphical User Interface) feature that combines a drop-down box, list box, or an editable text field, giving the user multiple ways …