單項選擇題定時器控件Timer的()屬性用于指定代碼執(zhí)行的間隔時間。
A.Interval
B.Enable
C.Visiable
D.Run
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題當執(zhí)行Sql語句“select count(id)from tb_student”時,需要使用SqlCommand對象的()方法執(zhí)行?
A.ExecuteNonQuery()
B.ExecutQuery()
C.ExecuteReader()
D.ExecuteScalar()
2.單項選擇題當執(zhí)行Sql語句“delete from tb_student”時,需要使用SqlCommand對象的()方法執(zhí)行?
A.ExecuteNonQuery()
B.ExecuteScalar()
C.ExecuteReader()
D.ExecuteXmlReader()
3.單項選擇題當窗體首次顯示出來之前,會觸發(fā)()事件。
A.Load
B.Show
C.ShowDialog
D.Click
4.單項選擇題單選按鈕指的是()控件。
A.Button
B.RadioButton
C.CheckBox
D.ComboBox
5.單項選擇題窗體對象的()屬性可以更改標題?
A.Id
B.Text
C.Name
D.Ttile
最新試題
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設置一個值,該值決定ListBox 是否支持選擇多項。
題型:單項選擇題
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
題型:單項選擇題
在Windows應用程序中,MDI窗體的特點描述錯誤的是()
題型:單項選擇題
以下屬于Command對象的方法是()
題型:多項選擇題
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
題型:單項選擇題
下列()對象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫。
題型:單項選擇題
以下哪些控件可以實現(xiàn)單選按鈕的分組()
題型:多項選擇題
在WinForms窗體控件組合框(ComboBox)的屬性中()屬性用于獲取當前選中的項()
題型:單項選擇題
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
題型:單項選擇題
下列關于數(shù)據(jù)集DataSet的說法,錯誤的是()
題型:單項選擇題