[判断题]

Listl.clear是清除Listl的全部列表项,所以Clear是对象的方法。

A . 正确

B . 错误

参考答案与解析:

相关试题

窗体卜有Listl、List2两个列表框,Listl中有若干列表项(见图),并有

[单选题]窗体卜有Listl、List2两个列表框,Listl中有若干列表项(见图),并有下面的程序:Private sub Commandl_Click()F.or k:Listl.ListCount_l To 0 step-1Tf Listl.Selected(k)ThenList 2.AddItern Listl.List(k)Listl.Removehem kE.nd IfNext kE.nd Sub程序运行时,按照图示在List1中选中2个列表项,然后单击Command1命令按钮,则产生的结果是

  • 查看答案
  • ()对象具有Clear方法.

    [单选题]()对象具有Clear方法.A .图片框B .窗体C .复选框D .列表框

  • 查看答案
  • Clear方法可清除列表框或组合框的所有内容()

    [主观题]C.lear方法可清除列表框或组合框的所有内容()

  • 查看答案
  • List 1.Clear中的Clear是( ) 。A、方法B、对象C、属性D、事

    [单选题]List 1.Clear中的Clear是( ) 。A.方法B.对象C.属性D.事件

  • 查看答案
  • 设窗体上有一个列表框控件Listl,含有若干列表项。以下能表示当前被选中的列表项

    [单选题]设窗体上有一个列表框控件Listl,含有若干列表项。以下能表示当前被选中的列表项内容的是A.Listl.ListB.Listl.ListlndexC.Listl.TextD.Listl:Index

  • 查看答案
  • 以下()对象不具有Clear方法.

    [单选题]以下()对象不具有Clear方法.A . 列表框B . 组合框C . 剪贴板D . 图片框

  • 查看答案
  • 清除combo1对象的内容是combo1.clear。

    [判断题] 清除combo1对象的内容是combo1.clear。A . 正确B . 错误

  • 查看答案
  • 下列语句中,获得列表框Listl中项目个数的语句是

    [单选题]下列语句中,获得列表框Listl中项目个数的语句是A.x=List1.ListCountB.x=ListCountC.x=List1.ListIndexD.x=ListIndex

  • 查看答案
  • It is clear that ______.

    [单选题]It is clear that ______.A.all the mice came out of the hole easilyB.each of the people understood the relationship differentlyC.the people wanted to kill the mice with smokeD.the people knew one of the mice was blind at first sight

  • 查看答案
  • Clear方法适用于()控件.

    [单选题]Clear方法适用于()控件.A . 图片框B . 窗体C . 复选框D . 组合框

  • 查看答案
  • Listl.clear是清除Listl的全部列表项,所以Clear是对象的方法。