1 out of 2 rated this helpful - Rate this topic

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.

ComboBox Control Overview (Windows Forms)

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.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.