4
Answers

How to remove Items from CheckedListBox in windows application

Hi Experts...I am developing windows application...i want to know how to remove selected items from the CheckedListBox. I have the following code but it is working for only one checked item

checkedListBox1.Items.Remove(checkedListBox1.SelectedItem.Tostring());

Answers (4)