CheckedListBox

25/06/2007 - 16:40 por Jhon Alexander | Informe spam
Colegas estoy recorriendo un CheckedListBox, como se que el cual esta chekeado.
Alex
 

Leer las respuestas

#1 Jowie
25/06/2007 - 17:07 | Informe spam
Hola,

CheckedListBox.CheckedItemCollection coleccion this.myCheckedListBox.CheckedItems;
foreach (string s in coleccion)
{
.
}

Un saludo.

Preguntas similares