• 2022-06-26
    引用列表框 ListBox1 最后一个数据项应使用代码_________。
    A: ListBox1.Items(Listbox1.Items.Count - 1)
    B: ListBox1.Items(Listbox1.Items.Count)
    C: ListBox1.Items(Count - 1)
    D: ListBox1.Items.Count
  • A

    内容

    • 0

      当设置ListBox控件的可选项数为多项时,应使用()属性。 A: Count B: Selected C: SelectionMode D: Items

    • 1

      在设计窗体时,可以通过(<br/>)属性向列表框控件如ListBox的列表添加项。 A: Click B: Items. Count C: Text D: add E: Items

    • 2

      在VB.NET中,可以通过()属性向ListBox列表框添加列表项。 A: Items B: Items C: Items.Add D: Text

    • 3

      在设计窗口,可以通过()属性向列表框控件如ListBox的列表添加项。 A: items B: itemscount C: selected D: selectedcount

    • 4

      在设计窗口,可以通过()属性向列表框控件如ListBox的列表添加项。 A: Items B: Items.Count C: Text D: SelectedIndex