Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/combobox-control-windows-forms.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

1.6 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
ComboBox Control 03/30/2017
drop-down lists [Windows Forms], Windows Forms
list controls [Windows Forms], Windows Forms
combo boxes [Windows Forms], Windows Forms controls
combo boxes
list items [Windows Forms], Windows Forms controls that display
drop-down lists [Windows Forms], ComboBox control
ComboBox control [Windows Forms]
86a1bbc3-0469-4290-91c5-99ff61b739ff

ComboBox Control (Windows Forms)

The Windows Forms ComboBox control is used to display data in a drop-down combo box. By default, the ComboBox control appears in two parts: the top part is a text box that allows the user to type a list item. The second part is a list box that displays a list of items from which the user can select one.

In This Section

ComboBox Control Overview
Explains what this control is and its key features and properties.

How to: Create Variable Sized Text in a ComboBox Control
Demonstrates custom drawing of text in a ComboBox control.

Reference

xref:System.Windows.Forms.ComboBox class
Describes this class and has links to all its members.

Windows Forms Controls Used to List Options
Provides a list of things you can do with list boxes, combo boxes, and checked list boxes.

See also