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

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)

Computer Science & Information Technology

The _________________ protocol was developed by Novell for the NetWare operating system.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

Computer Science & Information Technology

A scatter chart is displayed vertically and is useful for comparing categorized data sets

Indicate whether the statement is true or false.

Computer Science & Information Technology