單項選擇題引用ListBox(列表框)當(dāng)前被選中的數(shù)據(jù)項應(yīng)使用()語句

A.ListBox1.Items[ListBox1.Items.Count]
B.ListBox1.Items[ListBox1.SelectedIndex]
C.ListBox1.Items[ListBox1.Items.Count-1]
D.ListBox1.Items[ListBox1.SelectedIndex-1]


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題引用ListBox(列表框)最后一個數(shù)據(jù)項應(yīng)使用()語句

A.ListBox1.Items[ListBox1.Items.Count]
B.ListBox1.Items[ListBox1.SelectedIndex]
C.ListBox1.Items[ListBox1.Items.Count-1]
D.ListBox1.Items[ListBox1.SelectedIndex-1]

5.單項選擇題若要使命令按鈕不可操作,要對()屬性進行設(shè)置。

A.Visible
B.Enabled
C.BackColor
D.Text