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
下列每组控件中,都包含有滚动条的一组控件是( )。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属性
Datalist控件的()属性获取或设置datalist控件中的选定项的索引号。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex
Datalist控件的()属性获取或设置datalist控件中的选定项。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex
Datalist控件的()属性获取或设置datalist控件中的选定项的模板。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex
Datalist控件的()属性获取或设置datalist控件中的选定项的样式属性。A、selecteditemB、selecteditemstyleC、selecteditemtemplateD、selectedindex
单选题在Windows Form程序程序中,对某ComboBox对象有以下要求:控件的列表框部分总是可见的,且用户可以编辑文本框控件的文本.则该ComboBox对象的DropDownStyle属性应设置为ComboBoxStyle枚举类型中的()值.ADropDownBDropDownListCSinple
单选题在ComboBox控件的SelectedChangeConmited事件处理方法中,应使用ConboBox对象的()属性获取用户新选项的值.ASelectedIndexBNewvalueCSelectedItemDText