單項(xiàng)選擇題控制窗體是否可見(jiàn),可以使用WindowsState屬性,以下是WindowsState屬性值的是()

A.Normal
B.Min
C.Max
D.以上都不是


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題關(guān)于數(shù)據(jù)庫(kù)連接字符串代碼正確的是()

A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";
B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";
C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";
D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";

2.單項(xiàng)選擇題關(guān)于SqlCommand命令對(duì)象編寫(xiě)正確的是()

A.SqlCommand cmm =new SqlCommand(sql語(yǔ)句,Connection對(duì)象);
B.SqlCommand cmm =new SqlCommand(Connection對(duì)象,sql語(yǔ)句);
C.SqlCommand cmm =new SqlCommand(sql語(yǔ)句);
D.SqlCommand cmm =new SqlCommand(Connection對(duì)象);