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
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