列表框控件List1中已有若干个列表项,以下能表示被选中列表项内容的表达式是( )。

admin2015-09-23  52

问题 列表框控件List1中已有若干个列表项,以下能表示被选中列表项内容的表达式是(    )。

选项 A、List1.ListIndex
B、List1.List(List1.ListIndex)
C、List1 (List1.ListIndex)
D、List1.List(ListIndex)

答案B

解析 ListIndex属性可以返回已选中的表项的位置;List属性用来列出表项的内容;所以表示被选中列表项内容可以使用表达式"List1.List(List1.ListIndex)",故B选项正确。
转载请注明原文地址:https://kaotiyun.com/show/gQLp777K
0

随机试题
最新回复(0)