引用列表框(ListBox1)最后一个数据项应使用( )
A: ListBox1. Items (ListBox1.Items.Count)
B: ListBox1. Items (ListBox1.Items.Count -1)
C: ListBox1.Text
D: ListBox1. Items (ListBox1.SelectedIndex)
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)
- 引用列表框(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)
- 在VB.NET中,可以通过()属性向ListBox列表框添加列表项。 A: Items B: Items C: Items.Add D: Text