Solved

The Code to Delete the Selected Item from ColorListBox Is

Question 61

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions