Windows Forms Controls Used to List Options
.NET Framework 4.5
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.