Answer the following statements true (T) or false (F)

1. If no item in a combo box is selected, the value of lstBox.SelectedIndex is 0.
2. The value of cboBox.Text is the currently highlighted item.
3. For a list box named lstBox, the following statement will delete the first occurrence of the
value of num from its list.
lstBox.Items.RemoveAt(num)
4. For a list box named lstBox, the following statement will delete from its list the item
whose index is the value num.
lstBox.Items.RemoveAt(num)
5. With a Simple combo box, the list drops down when the user clicks on the arrow and then
disappears after a selection is made.


1. F
2. T
3. F
4. T
5. F

Computer Science & Information Technology

You might also like to view...

Which operators can be overloaded only as non-static class members?

What will be an ideal response?

Computer Science & Information Technology

Light extending from 680 nm up to the wavelengths of the microwaves.

What will be an ideal response?

Computer Science & Information Technology

____ is the native file format in Adobe Fireworks.

A. JPEG B. TIFF C. BMP D. PNG

Computer Science & Information Technology

On some types of computers, a screen can be an input and an output device

Indicate whether the statement is true or false

Computer Science & Information Technology