10 喜欢·30 浏览
单选题

下列( ) 属性用来表示各对象(控件)的位置。

A
Text
B
Caption
C
Left
D
Name

题目答案

C

答案解析

暂无解析
举一反三
单选题

以下( ) 语句将删除列表框List1中的最后一项。

A
List1.RemoveItem List1.ListCount
B
List1.Clear
C
List1.List(List1.ListCount-1)= ""
D
List1.RemoveItem List1.ListCount-1

题目答案

D

答案解析

暂无解析
单选题

若要把"XXX"添加到列表框List1中的第三项,则可执行语句( ) 。

A
List1.AddItem "XXX", 3
B
List1.AddItem "XXX", 2
C
List1.AddItem 3,"XXX"
D
List1.AddItem 2,"XXX"

题目答案

B

答案解析

暂无解析