单项选择题
A.List1.List(1)B.List1.List(List1.ListIndex)C.List1.List(0)D.List1.List(ListCount -1)
语句List1、RemoveItem List1、ListIndex的作用是()A.删除列表框的最后一项B.删...
单项选择题语句List1、RemoveItem List1、ListIndex的作用是()
A.删除列表框的最后一项B.删除列表框的第一项C.删除列表框中当前选中的项D.删除列表框中最后添加的一项
不可以作为容器对象使用的是()A.框架B.图片框C.窗体D.图像框
单项选择题不可以作为容器对象使用的是()
A.框架B.图片框C.窗体D.图像框
如下语句中,与List1.List(List1.ListIndex)功能一样的是()A.List1.TextB...
单项选择题如下语句中,与List1.List(List1.ListIndex)功能一样的是()
A.List1.TextB.List1.ListCountC.Text1.TextD.List1.ListIndex