网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

ListBox(列表框)中的项目要多选的话如何做()。

  • A、selectMultiple为true
  • B、selectMultiple为false
  • C、dataMultiple为false
  • D、dataMultiple为true

参考答案

更多 “ListBox(列表框)中的项目要多选的话如何做()。A、selectMultiple为trueB、selectMultiple为falseC、dataMultiple为falseD、dataMultiple为true” 相关考题
考题 以下控件中可以作为容器控件的是( )A.Image图像框控件B.PictureBox图片框控件C.TextBox文本框控件D.ListBox列表框控件

考题 下列关于Web服务器端ListBox控件的说法不正确的是( )。A.ListBox控件显示为列表框B.ListBox控件只能实现单选C.ListBox控件的选项中可以有默认选项D.ListBox控件可以设置列表的显示高度

考题 引用列表框ListBox1最后一个数据项应使用()。 A、ListBox1.Items(ListBox1.Items.Count)B、ListBox1.Items(ListBox1.Items.Count-1)C、ListBox1.TextD、ListBox1.Items(ListBox1.SelectedIndex)

考题 向列表框中的最后填加一个新项目,正确的语句是()。 A、ListBox1.Items.Add(“HowareYou“)B、ListBox1.Items.Insert(“HowareYou“)C、ListBox1.Items.Add(2,“HowareYou“)D、ListBox1.Items.Insert(2,“HowareYou“)

考题 在下面对列表框(ListBox1)的操作中,正确的语句是()。 A、Listbox1.Items.ClsB、ListBox1.Items.Remove(4)C、ListBox1.Items.Remove(“计算机“)D、ListBox1.Items.Add(1,“打印机“)

考题 在设计阶段,ListBox对象列表框中的内容是通过___________属性来进行设置的。()

考题 在窗体中添加一个列表框(ListBox1)和一个命令按钮,并编写如下代码: Private Sub Commandl_Click() Dim a, i, msg msg="Choose OK to add 100 items to your listbox." MsgBox msg For i=l To 100 a="a:" i ListAddltem a Next i End Sub 程序完成的功能是 ( )A.本程序使用Addltem方法增加100项给一个列表框B.本程序使用Addltem方法向一个列表框中添加100项,其内容是数字1~100C.本程序使用Addltem方法向一个列表框中添加的内容是1~100的和D.本程序使用Addhem方法增加100个列表框

考题 可通过()属性判断ListBox列表框控件的项目总数目。AListIndexBListTextCListcountD随机数

考题 要清除List列表框控件中的所有项目,可采用的方法是()。AEraseBClearCClickDDelete

考题 列表框(ListBox)显示(),用户可以从中显示一个或多个项目。

考题 ListBox.addltem有什么用()A、添加列表框B、使用Value(值)对话框添加项目C、添加下拉菜单D、给组合框添加项目

考题 ListBox对象列表框中的内容是通过()属性来进行设置的。

考题 向列表框中的最后填加一个新项目,正确的语句是()A、ListBox1.Items.Add ("How are You")B、ListBox1.Items.Insert ("How are You")C、ListBox1.Items.Add (2, "How are You")D、ListBox1.Items.Insert (2, "How are You")

考题 可通过()属性判断ListBox列表框控件的项目总数目。A、ListIndexB、ListTextC、ListcountD、随机数

考题 引用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]

考题 引用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]

考题 在设计窗口,可以通过()属性向列表框控件如ListBox的列表添加项。A、ItemsB、Items.CountC、TextD、SelectedIndex

考题 以下控件中可以入选为容器控件的是()A、Image图像框控件B、PictureBox图片框控件C、TextBox文本框控件D、ListBox列表框控件

考题 列表框(ListBox)用于返回列表框中所有选项的个数,其属性listcount只能在程序代码中调用和设置。

考题 单选题ListBox.addItem有什么用()。A 添加列表框B 使用Value(值)对话框添加项目C 添加下拉菜单D 给组合框添加项目

考题 单选题引用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]

考题 单选题引用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]

考题 填空题列表框(ListBox)显示(),用户可以从中显示一个或多个项目。

考题 填空题ListBox对象列表框中的内容是通过()属性来进行设置的。

考题 单选题可通过()属性判断ListBox列表框控件的项目总数目。A ListIndexB ListTextC ListcountD 随机数

考题 判断题列表框(ListBox)用于返回列表框中所有选项的个数,其属性listcount只能在程序代码中调用和设置。A 对B 错

考题 填空题在设计阶段,ListBox对象列表框中的内容是通过()属性来进行设置的。