This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 9.0: List Controls
- Part 9.1: ListBox Control
- Part 9.2: Retrieving Items from a List Control
- Part 9.3: ListBox Variations
Objective:
We look at two of the variations of the ListBox control: The CheckedListBox and the ComboBox
Topics:
- Introduction
- CheckedListBox
- Checked Items Collection
- ComboBox
- Drop Down Styles