--- title: "ComboBox Control" ms.date: "03/30/2017" helpviewer_keywords: - "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]" ms.assetid: 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](combobox-control-overview-windows-forms.md) Explains what this control is and its key features and properties. [How to: Create Variable Sized Text in a ComboBox Control](how-to-create-variable-sized-text-in-a-combobox-control.md) Demonstrates custom drawing of text in a `ComboBox` control. ## Reference class Describes this class and has links to all its members. ## Related Sections [Windows Forms Controls Used to List Options](windows-forms-controls-used-to-list-options.md) Provides a list of things you can do with list boxes, combo boxes, and checked list boxes. ## See also - [Controls to Use on Windows Forms](controls-to-use-on-windows-forms.md)