User control and RadioButtons

  • Thread starter Thread starter alberto
  • Start date Start date
A

alberto

If you place a RadioButton in a user control, it won't be exclusive with
others radio buttons in a form because its parent is the user control, not
the form.
How can you solve this?
Thank you
 
it is most common to place all exclusive Radio buttons on single
container.

MSDN says:
"All RadioButton controls in a given container, such as a Form,
constitute a group. To create multiple groups on one form, place each
group in its own container, such as a GroupBox or Panel control."

hope ths helps
Galin Iliev[MCSD.NET]
www.galcho.com
 

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