A.Simple
B.List
C.DropDown
D.DropDownList
您可能感興趣的試卷
你可能感興趣的試題
A.picBook.Image =imgListBook.Image;
B.picBook.Image =imgListBook.Images.Image;
C.picBook.Image =imgListBook.Images[0].Image;
D.picBook.Image =imgListBook.Images[0];
A.按鈕
B.文本框
C.標(biāo)簽
D.計(jì)時(shí)器
A.Value
B.Checked
C.Check
D.Click
A.Text
B.SelectedItem
C.Items
D.SelectedIndex
A.Checked屬性值設(shè)置為true
B.Checked屬性值設(shè)置為false
C.Visible屬性值設(shè)置為true
D.Visible屬性值設(shè)置為false
最新試題
在C#WinForm程序中,新建的窗體后臺cs代碼自動(dòng)繼承了()類。
在WinForms窗體控件組合框(ComboBox)的屬性中()屬性用于獲取當(dāng)前選中的項(xiàng)()
在C#中,定義命名空間的關(guān)鍵字是()
在ADO.NET中,下列關(guān)于連接對象Connection的說法錯(cuò)誤的是()
下列()對象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫。
在程序中創(chuàng)建一個(gè)DataSet對象ds和一個(gè)SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設(shè)置控件是否已選中。
在c#窗體應(yīng)用程序中,Panel、GroupBox、TabControl等分組控件,有時(shí)候也被稱之為()
下列關(guān)于數(shù)據(jù)集DataSet的說法,錯(cuò)誤的是()
在C#WinForm中,用于創(chuàng)建工具欄的控件是()