Multiple Choice
Which of the following statements will remove all items from the list box?
A) lstBox.Items.RemoveAll
B) lstBox.Clear
C) lstBox.Items.Clear
D) For i As Integer = 1 to lstBox.Items.Count lstBox.Items.RemoveAt(i) Next
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: When working with the MenuStrip control, the
Q40: A form contains a horizontal scroll bar
Q41: A form contains a button called
Q42: After a ToolTip control has been placed
Q43: Forms only can be closed with statements
Q45: Which of the following controls is NOT
Q46: The largest possible value for the Value
Q47: Which of the following settings of a
Q48: The correct code for replacing the selected
Q49: After a ToolTip control has been placed