Multiple Choice
The default event procedure for a list box is _________.
A) SelectedIndexChanged
B) Click
C) CheckedChanged
D) IndexChanged
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: One may use a Select Case block
Q19: When a check box control has the
Q20: The statement txtBox.Text = Chr(162) causes Visual
Q21: When is the expression "Not cond1" true?<br>A)
Q22: No more than one Else statement may
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
Q27: Which of the following statements turns on
Q28: The following line of code is valid.