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()
```
You might also like to view...
Using nested If…Then…Else statements is a much more convenient way of coding a multiple-alternative selection structure than using the Case statement.
Answer the following statement true (T) or false (F)
The _________________ protocol was developed by Novell for the NetWare operating system.
Fill in the blank(s) with the appropriate word(s).
From the Recently Changed folder, you can easily open files that you modified in the last ________ days
Fill in the blank(s) with correct word
A scatter chart is displayed vertically and is useful for comparing categorized data sets
Indicate whether the statement is true or false.