A . 正确
B . 错误
[单选题]窗体卜有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方法.A .图片框B .窗体C .复选框D .列表框
[主观题]C.lear方法可清除列表框或组合框的所有内容()
[单选题]List 1.Clear中的Clear是( ) 。A.方法B.对象C.属性D.事件
[单选题]设窗体上有一个列表框控件Listl,含有若干列表项。以下能表示当前被选中的列表项内容的是A.Listl.ListB.Listl.ListlndexC.Listl.TextD.Listl:Index
[单选题]以下()对象不具有Clear方法.A . 列表框B . 组合框C . 剪贴板D . 图片框
[判断题] 清除combo1对象的内容是combo1.clear。A . 正确B . 错误
[单选题]下列语句中,获得列表框Listl中项目个数的语句是A.x=List1.ListCountB.x=ListCountC.x=List1.ListIndexD.x=ListIndex
[单选题]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方法适用于()控件.A . 图片框B . 窗体C . 复选框D . 组合框