Lesson 9: Visual Basic NET Flashcards

1
Q

Let users pick one option from a
set, ensuring only one choice is made at a time.

A

Radio Buttons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Enhance organization by placing radio buttons inside a group box, ensuring only one button can be selected within the group.

A

Group Box Integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Radio buttons allow users to
choose only one option from a set.

A

Single Choice

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Radio buttons on the same
form but outside a group box are
automatically grouped together.

A

Unified Groups:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Indicates whether the
button is selected.

A

Boolean Checked:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Triggers an action
when the selection state changes.

A

Check Changed Event:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Properties of the Check Box Control

A
  1. Appearance
  2. AutoCheck
  3. Check Align
  4. Checked
  5. Check State
  6. Text
  7. Three State
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Indicates icon to display.

A

Icon

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Gives you the option to select as many options
all at once (unlike radio button).

A

Check Box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Text to display with in the box.

A

Message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Methods of Check Box Control

A
  1. On Check Change
  2. On Check State Change
  3. On Click
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Title for the top bar of the box.

A

Caption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Is a pop-up window
that displays a message, optional icon,
and selected set of command buttons.
The user responds by clicking a button.

A

Message Box

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Indicates which buttons to display.

A

Buttons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The Show Method Arguments

A
  1. Window
  2. Prompt
  3. Dialog
  4. Message Icon
  5. Message Box Default Button
  6. Message Box Default Options
  7. Dialog Result
How well did you know this?
1
Not at all
2
3
4
5
Perfectly