Lesson 9: Visual Basic NET Flashcards
Let users pick one option from a
set, ensuring only one choice is made at a time.
Radio Buttons
Enhance organization by placing radio buttons inside a group box, ensuring only one button can be selected within the group.
Group Box Integration
Radio buttons allow users to
choose only one option from a set.
Single Choice
Radio buttons on the same
form but outside a group box are
automatically grouped together.
Unified Groups:
Indicates whether the
button is selected.
Boolean Checked:
Triggers an action
when the selection state changes.
Check Changed Event:
Properties of the Check Box Control
- Appearance
- AutoCheck
- Check Align
- Checked
- Check State
- Text
- Three State
Indicates icon to display.
Icon
Gives you the option to select as many options
all at once (unlike radio button).
Check Box
Text to display with in the box.
Message
Methods of Check Box Control
- On Check Change
- On Check State Change
- On Click
Title for the top bar of the box.
Caption
Is a pop-up window
that displays a message, optional icon,
and selected set of command buttons.
The user responds by clicking a button.
Message Box
Indicates which buttons to display.
Buttons
The Show Method Arguments
- Window
- Prompt
- Dialog
- Message Icon
- Message Box Default Button
- Message Box Default Options
- Dialog Result