A.-1
B.0
C.1
D.任意
第1题:
使用驱动器列表框的______属性可以返回或设置驱动器列表中当前选中的磁盘驱动器的索引值。
A.ChDrive
B.Drive
C.List
D.ListIndex
第2题:
ListBox中若没有任何条目选中,其ListIndex属性值为()。
A-1
B0
C1
D任意
第3题:
要获取ListBox控件当前选中项的文本,通过()属性得到。
A.SelectedIndex
B.SelectedItem
C.Items
D.Text
第4题:
如果在文件列表框中,没有文件被选中,则其ListIndex的值为( )。
A.-2
B.-1
C.0
D.1
第5题:
在允许ListBox控件多选的情况下,可使用它的 属性值来访问已选中的选项。
A.SelectionMode
B.SelectedItems
C.SelectedValue
D.SelectedIndex