單項(xiàng)選擇題雙擊窗體會(huì)產(chǎn)生()事件。

A.Enabled
B.Active
C.Click
D.Load


您可能感興趣的試卷

你可能感興趣的試題

4.單項(xiàng)選擇題下面()命名空間中的類型用于創(chuàng)建Windows GUI應(yīng)用程序。

A.System.Web.Services
B.System.Web.UI
C.System.Windows.Forms
D.System.ServiceProcess

5.單項(xiàng)選擇題向列表框中的最后填加一個(gè)新項(xiàng)目,正確的語(yǔ)句是()

A.ListBox1.Items.Add ("How are You")
B.ListBox1.Items.Insert ("How are You")
C.ListBox1.Items.Add (2, "How are You")
D.ListBox1.Items.Insert (2, "How are You")