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
最新試題
獲取引發(fā)當(dāng)前異常的方法的屬性是TargetSite。
C#定義常量的關(guān)鍵字是()。
什么是C#的拆箱?()
下列語言中支持.NET編程的有()。
接口本身不提供它所定義的成員的實現(xiàn),只提供成員的說明。
C#中,將類加上()屬性來標(biāo)記該類支持序列化。
.Net FrameWork將()定義為一組規(guī)則,所有.NET語言都應(yīng)該遵循次規(guī)則才能創(chuàng)建可以與其他語言互操作的應(yīng)用程序。
下列哪些Stream類不支持查找操作?()
在.NET 遠程處理中,()的類的實例可以跨應(yīng)用程序域進行按值封送。
System.IO提供了一個抽象類Stream,表示對所有流的抽象。