工学

单选题()属性获取或设置listbox控件项中选定项的最低序号索引。A selecteditemB selectedvalueC selectedindexD selectionmode

题目
单选题
()属性获取或设置listbox控件项中选定项的最低序号索引。
A

selecteditem

B

selectedvalue

C

selectedindex

D

selectionmode

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

可通过下列何种属性来设置或返回List列表框控件中当前选定项目的索引()。

AList Index

BList Count

CList Text

DList Item


A

第2题:

()属性用于获取ListBox中项的数目。


正确答案:Count

第3题:

可以通过()属性向列表选择控件(ComboboBox、ListBox等)的列表添加新项。

A.Items.Count

B.Items

C.Text

D.SelectedIndex


答案:B

解析:

选项A:Items.Count是返回指定集合中对象的个数

选项C:Text将数值转换为按指定数字格式表示的文本。

选项D:SelectedIndex可设置或返回下拉列表中被选选项的索引号

第4题:

listbox控件通过selectedindex获取或设置listbox控件项中选定项的值。()


正确答案:错误

第5题:

Datalist控件的()属性获取或设置datalist控件中要编辑的选定项的索引号。

  • A、edititem
  • B、edititemstyle
  • C、edititemtemplate
  • D、edititemindex

正确答案:D

第6题:

ComboBox控件的SelectedIndex属性返回对应于组合框中选定项的索引整数值,其中,第1项为(),未选中为()。


正确答案:0;-1

第7题:

要使ListBox控件呈多列显示,需要将其MultiColumn属性设置为True。


正确答案:正确

第8题:

DataGrid控件的()属性设置获取当前页的索引号。

A.AllowPaging

B.CurrentColumns

C.page

D.CurrentPageIndex


参考答案:D

第9题:

Datalist控件的()属性获取或设置datalist控件中为进行编辑而选定项的模板。

  • A、edititem
  • B、edititemstyle
  • C、edititemtemplate
  • D、edititemindex

正确答案:C

第10题:

Datalist控件的()属性获取或设置datalist控件中的选定项的模板。

  • A、selecteditem
  • B、selecteditemstyle
  • C、selecteditemtemplate
  • D、selectedindex

正确答案:C