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

题目内容 (请给出正确答案)
要清除组合框Combol中的所有内容,可以使用的语句是()。

A、Combo1.ClS

B、Combo1.Clear

C、Combo1.Delete

D、Combo1.Remove


参考答案

更多 “ 要清除组合框Combol中的所有内容,可以使用的语句是()。 A、Combo1.ClSB、Combo1.ClearC、Combo1.DeleteD、Combo1.Remove ” 相关考题
考题 窗体上有一组合框Combol,窗体加载时的代码如下:Private Sub Form_Load()Combol. AddItem“电视机”Combol. AddItem“录像机”Combol. AddItem“VCD”Combol. AddItem“组合音响”End Sub要在文本框Textl中显示列表中的第三个项目,则正确的语句的是( )。 A.Textl.Text=Combol.List(0)B.Textl.Text=Combol.List(1)C.Textl.Text=Combol.List(2)D.Textl.Text=Combol.List(3)

考题 设组合框Combol中有3个项目,则以下能删除最后一项的语句是______。A.Combol. RemoveItem TextB.Combol. RemoveItem 2C.Combol. RemoveItem 3D.Combol. RemoveItem Combol. Listcount

考题 (17)设置合框Combol中3个项目,则下列能删除最后一项的语句是 A.Combol.RemoveItem Text B.Combol.RemoveItem 2C.Combol.RemoveItem 3 D.Combol.RemoveItem Combol.Listcount

考题 若组合框Combol中有3个项目,则以下能删除其最后一项的语句是( )。A.Combo1.Removeltem TextSX 若组合框Combol中有3个项目,则以下能删除其最后一项的语句是( )。A.Combo1.Removeltem TextB.Combo1.Removeltem 2C.Combo1.Removeltem 3D.Combo1.Removeltem Combo 1.Listcount

考题 设组合框Combol中有3个项目,则以下能删除最后一项的语句是 ______。A.Combol.RemoveItem TextB.Combol.RemoveItem 2C.Combol.ReanoveItem3D.Combol.RemoveItem Combol.Listcount

考题 设组合框Combol中有3个列表项,为了删除其最后一项,应使用的语句是______。A.Combol.RemoveItem Combo1. ListCountB.Combol.RemoveItem 3C.Combol.RemoveItem Combol. ListCount-1D.Combol.RemoveItem Combol. Text

考题 在窗体上画一个组合框、一个命令按钮和一个文本框,其名称分别为Combol和Text1,然后编写如下事件过程: Private Sub Form_Load() Combol.AddItem "AAAAA" Combol.AddItem "BBBBB" Combol.AddItem "CCCCC" Combol.AddItem "DDDDD" Combol.AddItem "EEEEE" End Sub 程序运行后,如果单击命令按钮,则在文本框中显示组合框的项目,"CCCCC"。为了实现该操作,在命令按钮的Click事件过程中应使用的语句为______。A.Text1.Text=Combol.List(2)B.Text1.Text=Combol.TextC.Text1.Text=Combol.List(3)D.Text1.Text=Combol.ListIndex

考题 要清除组合框Combol中的所有内容,可以使用()语句. A、Combo1.ClsB、Combo1.ClearC、Combo1.DeleteD、Combo1.Remove

考题 要清除列表框ListBox1中的所有内容,可以使用______语句。A.ListBox1.Items.CLS()B.ListBox1.Items.Clear()C.ListBox1.Items.Delete()D.ListBox1.Items.Remove()