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

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


相关考题:

在Windows程序中,对某ComboBox对象有以下要求:控件的列表框部分总是可见的,且用户可以编辑文本框控件的文本。则该ComboBox对象的DropDownStyle属性应设置为ComboBoxStyle枚举类型中的()值。 A.DropDownB.DropDownListC.SinpleD.IsSelected

(16)下列每组控件中,都包含有滚动条的一组控件是 A.ListBox和Label B.TextBox和DriveListBoxC.ComboBox和CheckBox D.FileListBox和DirListBox

可以通过()属性向列表选择控件(ComboboBox、ListBox等)的列表添加新项。 A.Items.CountB.ItemsC.TextD.SelectedIndex

如果未选定项目,那么ComboBox组合框控件的ListIndex属性值是()。 A.-1B.1C.0D.随机数

下列每组控件中,都包含有滚动条的一组控件是( )。A.ListBox 和 LabelB.TextBox 和 DriveListBoxC.ComboBox 和 CheckBoxD.FileListBox 和 DirListBox

下列四组控制属性中,属性值的类型不相同的一组是A.Label控件的Enabled属性与TextBox控件的Enabled属性B.OptionButton控件的Value属性与CheckBox控件的Value属性C.Command控件的Default属性与Command控件的Cancel属性D.Command控件的Visible属性与Form控件的Visible属性

下列四组控件属性中,属性值的类型不相同的一组是A.Label控件的Enabled属性与TextBox控件的Enabled属性B.OptionButton控件的Value属性与CheckBox控件的Value属性C.Command控件的Default属性与Command控件的Cancel属性D.Command控件的Visible属性与Form控件的Visible属性

ListBox控件和ComboBox控件一样,都只能选择一项。

Htmlselect控件的()属性设置可以同时选多个项。A、itemsB、datasourceC、multipleD、selectedindex

简述ListBox和ComboBox控件的作用。

ComboBox控件中的Text既可以选择,也可以输入。

Datalist控件的()属性获取或设置datalist控件中的选定项的索引号。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex

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

Datalist控件的()属性获取或设置datalist控件中的选定项。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex

Datalist控件的()属性获取或设置datalist控件中的选定项的模板。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex

Datalist控件的()属性获取或设置datalist控件中的选定项的样式属性。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex

下列()是数据控件。A、TextBoxB、DataGridViewC、BindingNavigatorD、ComboBox

在设计窗口,可以通过()属性向列表框控件如ListBox的列表添加项。A、ItemsB、Items.CountC、TextD、SelectedIndex

下列控件不包含滚动条的是().A、ListBoxB、LabelC、TextBoxD、ComboBox

拥有焦点的控件对象对应于表单的()属性.A、ThisB、ParentC、ControlsD、ActiveControl

单选题在Windows Form程序程序中,对某ComboBox对象有以下要求:控件的列表框部分总是可见的,且用户可以编辑文本框控件的文本.则该ComboBox对象的DropDownStyle属性应设置为ComboBoxStyle枚举类型中的()值.ADropDownBDropDownListCSinple

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

判断题ComboBox控件中的Text既可以选择,也可以输入。A对B错

判断题listbox控件通过selectedindex获取或设置listbox控件项中选定项的值。()A对B错

判断题ListBox控件和ComboBox控件一样,都只能选择一项。A对B错

问答题简述ListBox和ComboBox控件的作用。

单选题在ComboBox控件的SelectedChangeConmited事件处理方法中,应使用ConboBox对象的()属性获取用户新选项的值.ASelectedIndexBNewvalueCSelectedItemDText