Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check items in a CheckedListbox
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01030844
Message ID:
01030845
Vues:
12
This message has been marked as the solution to the initial question of the thread.
Hey, Einar,

How about this?
for(int nCtr=0;nCtr<this.MyCheckedListBox.Items.Count;nCtr++)
	this.MyCheckedListBox.SetItemChecked(nCtr,true);
(and if you want to uncheck all, set the 2nd parm to false)

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform