Windows Forms Controls Used to List Options

You can add a variety of controls to a Windows Form if you want to provide users with a list of options to choose from. Depending on how much you want to restrict your users' input, you can add a ListBox control, a ComboBox control, or a CheckedListBox control. Use the following links to determine which control best suits your needs.

In This Section

Reference

  • CheckedListBox
    Describes this class and has links to all its members.

  • ComboBox
    Describes this class and has links to all its members.

  • ListBox
    Describes this class and has links to all its members.