引用组合框ComboBox1 最后一个数据项应使用代码_________。
A: ComboBox1.Items(ComboBox1.Items.Count - 1)
B: ComboBox1.Items(ComboBox1.Items.Count)
C: ComboBox1.Items(Count)
D: ComboBox1.Items(Count - 1)
E: ComboBox1.Items(ComboBox1.Items.Count.Last)
A: ComboBox1.Items(ComboBox1.Items.Count - 1)
B: ComboBox1.Items(ComboBox1.Items.Count)
C: ComboBox1.Items(Count)
D: ComboBox1.Items(Count - 1)
E: ComboBox1.Items(ComboBox1.Items.Count.Last)
举一反三
- 引用组合框ComboBox1 最后一个数据项应使用代码_________。 A: ComboBox1.Items(ComboBox1.Items.Count - 1) B: ComboBox1.Items(ComboBox1.Items.Count) C: ComboBox1.Items(Count) D: ComboBox1.Items(Count - 1) E: ComboBox1.Items(ComboBox1.Items.Count.Last)
- 下列选项中,关于ComboBox的描述正确的是()。 A: SelectedIndex属性用于获取或设置指定当前选中项的索 B: Items属性用于表示列表框中项的集合 C: ComboBox下拉列表框主要用于在下拉组合框中显示数据 D: Items属性用于表示列表框中的每一项
- 引用列表框(ListBox1)最后一个数据项应使用( ) A: ListBox1. Items (ListBox1.Items.Count) B: ListBox1. Items (ListBox1.Items.Count -1) C: ListBox1.Text D: ListBox1. Items (ListBox1.SelectedIndex)
- 引用列表框(ListBox1)最后一个数据项应使用( )。 A: ListBox1. Items (ListBox1.Items.Count) B: ListBox1. Items (ListBox1.Items.Count -1) C: ListBox1.Text D: ListBox1. Items (ListBox1.SelectedIndex)
- 引用列表框(ListBox1)最后一个数据项应使用( ) A: ListBox1. Items (ListBox1.Items.Count) B: ListBox1. Items (ListBox1.Items.Count -1) C: ListBox1.Text D: ListBox1. Items (ListBox1.SelectedIndex)