How to programmatically check an item in a CheckedListBox in C#?

Viewed 101244

I have a CheckedListBox, and I want to automatically tick one of the items in it.

The CheckedItems collection doesn't allow you to add things to it.

Any suggestions?

6 Answers
Related