Shivaraj Poojary

Shivaraj Poojary

  • NA
  • 92
  • 314.1k

How to remove Items from CheckedListBox in windows application

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