Lesson 4: Radio Button Flashcards

1
Q

This property is a graphical user interface object or control that allows the user to only select one option from a given set of choices.

A

Radio Button

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

This property is used to set or get a value representing whether the RadioButton allows the user to drag on the form.

A

AllowDrop

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

This property is used to get or set a value that represents the appearance of the radio button.

A

Appearance

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

This property is used to get or set the radio control in ScrollControlIntoView.

A

AutoScrollOffset

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

This property is used to check whether the checked value or appearance of control can be automatically changed when the user clicked on the RadioButton control.

A

AutoCheck

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

This property is used to check whether the radio control can be automatically resized by setting a value in the RadioButton control.

A

AutoSize

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

This property is used to validate whether a radio control can be selected by setting a value in the RadioButton control.

A

CanSelect

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

This property is used to obtain or set a value that indicates the location of the check portion in the RadioButton control.

A

CheckAlign

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

This property is used to set the name of the RadioButton control.

A

Text

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

This method is used to check if the defined control is available in the RadioButton control.

A

Contains(Control)

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

This method is used to send the specified message to the Windows procedure.

A

DefWndProc(Message)

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

This method used to destroy the handle associated with the RadioButton control.

A

DestroHandle()

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

This method is used to set the input focus to the Window form’s RadioButton control.

A

Focus()

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

This method is used to return a value that represents how the control will operate when the AutoSize property is enabled in the RadioButton control of the Window form.

A

GetAutoSizeMode()

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

This method is used to reset the property of text to its default value or empty.

A

ResetText()

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

This method is used to reroute an invalid field, which causes control in the client region.

A

Update()

17
Q

This event occurs when the value of the Appearance property of the RadioButton control is changed.

A

AppearanceChanged

18
Q

This event occurs when the value of the Checked property of the RadioButton control is changed.

A

CheckedChanged