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
```

(C) ``` lstBox.Items.Clear()
```

Computer Science & Information Technology

You might also like to view...

A worksheet can store ________ consolidation(s)

A) one B) two C) three D) unlimited

Computer Science & Information Technology

How does knowing how to manipulate text help you in gathering and creating information on the Internet?

What will be an ideal response?

Computer Science & Information Technology