Lock Radiobuttons

  • Thread starter Thread starter Lance Marrano
  • Start date Start date
L

Lance Marrano

How can one "lock" radio buttons to not allow the user to change the value?
With textboxes, one can use the Readonly property to prevent the user from
making changes to data. However, no such property exists for radio buttons,
and disabling the groupbox that contains the radio buttons makes all the
button labels appear disabled as well. How can have the radio buttons
appear enabled, but prevent them from being changed?
Thanks,
Lance Marrano
 
Hi,

Not sure if this is what you want, but if you set their AutoCheck property to
false, the radio buttons will no longer change state when clicked by the user.

You will then have to set them as checked/unchecked through code.

Best regards,

Rodger

Achieve Planner - Track your projects/tasks and schedule them in the calendar
<http://www.effexis.com/achieve/planner.htm>

Sequence Diagram Editor - Draw sequence diagrams faster
<http://www.SequenceDiagramEditor.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