A.ListBox1.Items[ListBox1.Items.Count]
B.ListBox1.Items[ListBox1.SelectedIndex]
C.ListBox1.Items[ListBox1.Items.Count-1]
D.ListBox1.Items[ListBox1.SelectedIndex-1]
您可能感興趣的試卷
你可能感興趣的試題
A.ListBox1.Items[ListBox1.Items.Count]
B.ListBox1.Items[ListBox1.SelectedIndex]
C.ListBox1.Items[ListBox1.Items.Count-1]
D.ListBox1.Items[ListBox1.SelectedIndex-1]
A.工具箱
B.屬性
C.工具欄
D.窗體
A.Items
B.Items.Count
C.Text
D.SelectedIndex
A.Locked
B.Visible
C.Enabled
D.ReadOnly
A.Visible
B.Enabled
C.BackColor
D.Text
最新試題
.Net FrameWork主要由哪幾部分組成?()
用以下語句定義了一個(gè)委托類型Dosomething:delegate void Dosomething()則類someclass中的下列哪些方法可以關(guān)聯(lián)到該委托的實(shí)例?()
()類用于對(duì)文件進(jìn)行創(chuàng)建、刪除、復(fù)制、移動(dòng)、打開等操作。
事件和成員變量、成員方法、屬性一樣,也是類的一種成員。
以下類中可以用來構(gòu)造實(shí)例的有()。
C#定義常量的關(guān)鍵字是()。
()類用于按文本方式讀寫文件。
接口必須通過類來實(shí)現(xiàn)。
下列語言中支持.NET編程的有()。
接口本身不提供它所定義的成員的實(shí)現(xiàn),只提供成員的說明。