(9)列表框的List属性返回。
第1题:
文件列表框控件______属性用来确定在列表框中显示的文件类型。
A.Path
B.Pattern
C.FileName
D.List
第2题:
A.List和ListIndex
B.List和ListCount
C.List和Selected
D.List和Sorted
第3题:
以下关于VB列表框的叙述中,除()外均是正确的。
A可通过属性“Item”,返回列表框中的项目。
B可通过属性“Text”,返回列表框中的已选项目。
C可通过属性“ListIndex”返回列表框中的已选项目。
D可通过属性“ListCount”返回列表框中项目的数目。
第4题:
A、selected
B、caption
C、text
D、list
第5题:
可通过下列何种属性来设置或返回List列表框控件中当前选定项目的索引()。
AList Index
BList Count
CList Text
DList Item