4
Reply

How to remove Items from CheckedListBox in windows application

Shivaraj Poojary

Shivaraj Poojary

Aug 13 2011 1:10 AM
12.1k
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)