相关考题
-
单项选择题
可通过()属性判断ListBox列表框控件的项目总数目。
A.ListIndex
B.ListText
C.Listcount
D.随机数 -
单项选择题
ListBox中若没有任何条目选中,其ListIndex属性值为()。
A.-1
B.0
C.1
D.任意 -
单项选择题
能通过()来删除列表框中的选择项。
A.List属性
B.Text属性
C.Clear方法
D.RemoveItem方法
