Which of the statements will unhighlight any highlighted item in lstBox?

(A) lstBox.SelectedItem = Nothing
(B) lstBox.SelectedItem = " "
(C) lstBox.SelectedIndex = 0
(D) lstBox.SelectedIndex = -1

(D) lstBox.SelectedIndex = -1

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a grid of columns and rows that is used to organize data

A) list B) table C) array D) matrix

Computer Science & Information Technology

Cascading Style Sheets (CSS) support _________, which are numerical expressions that precisely describe colors.?

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

Computer Science & Information Technology