(CheckedListBox) Is it checked?

Cricket

Active member
Joined
Jan 6, 2005
Messages
28
Location
Hamilton, ON, Canada
Programming Experience
5-10
I'm looping through a CheckedListBox and want to do one thing if it's checked and another if it's not checked. There isn't a Checked property so I can't tell. I realize that there is a CheckedItem collection, but I need to loop through the whole CheckedListBox not just the checked items. So looping through one and then the other isn't an option due to the fact that the Item collection contains both checked and unchecked items.

How do I do this?
 
Back
Top