單項選擇題WinForms中的()控件中能包含多個圖片,并提供給其他控件使用。
A.文本框
B.圖片框
C.數(shù)據(jù)表格
D.圖像列表
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題C#中的注釋方法有()
A.以/*開頭,以*/結(jié)尾
B.以//開頭
C.以--開頭
D.以"開頭
2.單項選擇題要從數(shù)據(jù)庫中讀取數(shù)據(jù)填充數(shù)據(jù)集,需要使用()方法。
A.Read()
B.ExecuteReader()
C.Update()
D.Fill()
3.單項選擇題在.NET,以下()事件是窗體關(guān)閉后被觸發(fā)的。
A.Unload
B.Deactivate
C.FormClosed
D.Closing
4.單項選擇題在C#程序中,以下()代碼顯示一個模式對話框.。
A.Form M=new Form();showDialog(M);
B.Form M=new Form();Show(M);
C.Form M=new Form();M.ShowDialog();
D.Form M=new Form();M.Show();
5.單項選擇題若想向數(shù)據(jù)庫中插入一條記錄,應使用Command對象的()方法。
A.ExecuteReader()
B.ExecuteInsert()
C.ExecuteQuery()
D.ExecuteNonQuery()
![](https://static.ppkao.com/ppmg/img/appqrcode.png)
最新試題
在WinForms窗體控件組合框(ComboBox)的屬性中()屬性用于獲取當前選中的項()
題型:單項選擇題
在C#開發(fā)的Windows應用程序中,下列能夠把Form窗體顯示為模式窗體對話框的是()
題型:單項選擇題
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
題型:單項選擇題
以下屬于Command對象的方法是()
題型:多項選擇題
在Windows應用程序中,MDI窗體的特點描述錯誤的是()
題型:單項選擇題
在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()
題型:單項選擇題
在WinForm窗體中,可以存儲多張圖像資源的控件是()
題型:單項選擇題
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
題型:單項選擇題
在WinForms程序中,如果要讓復選框控件默認選中,使用的屬性是()
題型:單項選擇題
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
題型:單項選擇題