單項選擇題在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()

A.有屬性Start()和Stop()
B.有方法Enabled()
C.有事件Interval
D.有事件Tick


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題在C#WinForms程序中,以下不屬于Label屬性的一項是()

A.MaxLength
B.Multiline
C.Items
D.ReadOnly

2.單項選擇題在ADO.NET中,下列能夠提供與SQL Server數(shù)據(jù)庫連接的對象是()

A.Command對象
B.SqlConnection對象
C.OleConnection對象
D.以上都不正確

4.單項選擇題在ADO.NET中,對數(shù)據(jù)庫中表的修改操作,需要使用如下()對象進(jìn)行。

A.SqlCommand
B.SqlCommandBuilder
C.SqlDataReader
D.Connection

5.單項選擇題在ADO.NET,填充DataSet的對象是()

A.SqlConnection
B.SqlDataReader
C.SqlCommand
D.SqlDataAdapter