單項選擇題在C#開發(fā)的Windows應用程序中,下列能夠把Form窗體顯示為模式窗體對話框的是()

A.Form f=new Form();f.Show();f.Modal=true;
B.Form f=new Form(Dialog);
C.Form f=new Form();
D.Form f=new Form();f.ShowDialog();


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題在C#WinForm中,用于創(chuàng)建工具欄的控件是()

A.MenuStrip
B.ToolStrip
C.Text
D.Button

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

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