问题 单项选择题

引用ListBox(列表框)当前被选中的数据项应使用()语句

A.ListBox1.Items[ListBox1.Items.Count]

B.ListBox1.Items[ListBox1.SelectedIndex]

C.ListBox1.Items[ListBox1.Items.Count-1]

D.ListBox1.Items[ListBox1.SelectedIndex-1]

答案

参考答案:B

名词解释
判断题