Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check if a check box is checked
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00980046
Message ID:
00980065
Vues:
66
Hi Neil. Thanks a lot
Regards,

Gerard

>Gerard,
>
>You can interrogate the CheckBox.Checked property for true/false (bool).
>

>if (this.chkMyCheckBox.Checked == true)
>{
> MessagBox.Show("CheckBox ix checked";
>}
>
>Regards
>Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform