From: Jasmine on
If I understood well, I can add not only text but also objects to a
checkedListBox.
So i'd like to add an image as item to my checkedListBox.

I tried this: checkedListBox1.Items.Add(imageList1.Images[0]), but it adds
"System.Drawing.Bitmap" instead of an image.
I'm still pretty inexperienced with c#, so who can help me with this
further.

Jasmine