Radio button question

  • Thread starter Thread starter Patrick De Ridder
  • Start date Start date
P

Patrick De Ridder

radioButton1.Clear(); doesn't work: what should it be?
Couldn't find anything in MSDN.
Many thanks,
Patrick.
 
If you want to make sure the radiobutton is not selected you can use:

radioButton1.Checked = false;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top