Multiple Choice
Which of the following statements turns on the radio button radButton?
A) radButton = True
B) radButton.On = True
C) radButton.Checked = True
D) radButton.Selected = True
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: No more than one Else statement may
Q23: The default event procedure for a list
Q24: Asc("A") is 65. What is Asc("C")?<br>A) 66<br>B)
Q25: If you set a group box control's
Q26: The following lines of code are correct.<br>If
Q28: The following line of code is valid.
Q29: With a check box control, toggling the
Q30: Group boxes are passive objects used to
Q31: When using the logical operator "Or", what
Q32: After several controls of the same type