The Option Button Control
An Option button control displays an option that
can be turned on or off. Unlike check boxes, VB lets
the user select one and only one option button at
a time. The following figure shows two option buttons
from which only one is selected. If the user clicks
another, VB takes care of unselecting the first option.
An Option button control displays an option that
can be turned on or off. |
Never place only one option button on a form because
the user can select that option button but cannot
deselect it. |
Figure 10.2
|