简述ListBox控件的items属性的编程方法。
第1题:
A、Listbox1.Items.Cls
B、ListBox1.Items.Remove(4)
C、ListBox1.Items.Remove(“计算机“)
D、ListBox1.Items.Add(1,“打印机“)
第2题:
简述ListBox和ComboBox控件的作用。
第3题:
listbox控件通过selectedindex获取或设置listbox控件项中选定项的值。()
第4题:
可通过()属性判断ListBox列表框控件的项目总数目。
第5题:
引用ListBox(列表框)最后一个数据项应使用()语句
第6题:
引用ListBox(列表框)当前被选中的数据项应使用()语句
第7题:
在设计窗口,可以通过()属性向列表框控件如ListBox的列表添加项。
第8题:
ListBox1.Items[ListBox1.Items.Count]
ListBox1.Items[ListBox1.SelectedIndex]
ListBox1.Items[ListBox1.Items.Count-1]
ListBox1.Items[ListBox1.SelectedIndex-1]
第9题:
ListBox1.Items[ListBox1.Items.Count]
ListBox1.Items[ListBox1.SelectedIndex]
ListBox1.Items[ListBox1.Items.Count-1]
ListBox1.Items[ListBox1.SelectedIndex-1]
第10题:
第11题:
第12题:
第13题:
可通过()属性判断ListBox列表框控件的项目总数目。
AListIndex
BListText
CListcount
D随机数
第14题:
要向ListView控件中插入一个项目,需要调用控件的()方法。
第15题:
向列表框中的最后填加一个新项目,正确的语句是()
第16题:
ListBox、ComboBox和RadioGroup 三个组件都有一个Items属性,请说出该属性对三个组件的用途各是什么?
第17题:
()属性用于获取ListBox1控件中项的数目。
第18题:
要使ListBox控件能够显示多列,应把它的()属性值设置为True。
第19题:
ListBox控件有几种选择模式,选择模式由哪个属性决定?
第20题:
第21题:
第22题:
datasource
datatextfield
datavaluefield
textalign
第23题:
selecteditem
selectedvalue
selectedindex
selectionmode