Multiple Choice
Which of the statements will unhighlight any highlighted item in lstBox?
A) lstBox.SelectedItem = Nothing
B) lstBox.SelectedItem = ""
C) lstBox.SelectedIndex = 0
D) lstBox.SelectedIndex = -1
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: A For...Next loop cannot be nested inside
Q21: What will be displayed by the following
Q22: How many times will PETE be displayed
Q23: When Option Infer is set to On,
Q24: If no item in a list box
Q26: The following statement is valid.
Q27: What does the following program do
Q28: The step value of a For...Next loop
Q29: A counter variable is normally incremented or
Q30: What is the data type of the