Group Options
Usually, Option button controls are used in an option
group to display options from which the user selects
only one. You can group Option buttons by drawing
them inside a container such as a Frame control, a
PictureBox control, or a form.
A frame holds controls on a plane that differs from
the form itself. You can provide multiple option button
sets on the screen as long as one or more sets resides
on one or more frames.
|
A Frame can hold any kind of control.
|
The following figure shows an application with two
option buttons selected:
Figure 10.3
|
|
In this chapter,
you learned about some additional controls that
accept input and offer the user choices. |
|