I have a checkedListBox, how can I uncheck all the boxes without looping through each boxes such as
for(int i;i=0;i<checkedListBox1.Items.Count) { checkedListBox1.SetItemChecked(i,false); }
Thanks!!!
Aucun commentaire:
Enregistrer un commentaire