Multiple Choice
The code to delete the selected item from ColorListBox is _______.
A) ColorListBox.Clear
B) ColorListBox.RemoveItem
C) ColorListBox.Delete (ColorListBox.ListIndex)
D) ColorListBox.Items.RemoveAt (ColorListBox.SelectedIndex)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q56: List boxes and combo boxes have a
Q57: To add scroll bars to list boxes
Q58: Terminate a For/Next loop with the _
Q59: Use the code: NamesListBox.SelectedIndex = -1,to deselect
Q60: The values of Boolean data types are
Q62: Boolean variables only hold the values True
Q63: Use the Exit For statement if you
Q64: The Clear method is used to empty
Q65: What is the value of the SelectedIndex
Q66: Skip to the next iteration of a