[单项选择题] 列表框的( )属性表示选中选项的序号。
A.List
B.ListCount
C.ListIndex
D.Columns
正确答案:C
参考解析:列表框的List属性是一个数组,用来存放各选项,ListCount属性用来返回选项的数目,ListIndex属性返回的是选中的选项的序(编)号(从0开始),Columns属性用来指定列表框中显示的列数。

[单项选择题] 列表框的( )属性表示选中选项的序号。
A.List
B.ListCount
C.ListIndex
D.Columns
正确答案:C
参考解析:列表框的List属性是一个数组,用来存放各选项,ListCount属性用来返回选项的数目,ListIndex属性返回的是选中的选项的序(编)号(从0开始),Columns属性用来指定列表框中显示的列数。
上一篇 [填空题] 当运行以下程序时,输入abcd,程序的输出结果是______。 #include<string.h> voidinsert(char str[]) int i; i=strlen
下一篇 [填空题] 为了在运行时把“d:pic”文件夹下的图形文件a.jpg装入图片框Picture1,所使用的语句为______。