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();
单项选择题在c#窗体应用程序中,Panel、GroupBox、TabControl等分组控件,有时候也被称之为()
A.组合控件B.基类控件C.排列控件D.容器控件
单项选择题在C#WinForm中,用于创建工具栏的控件是()
A.MenuStripB.ToolStripC.TextD.Button
单项选择题在C#WinForm程序中,以下不能绑定DataGridView数据源的是()
A.DataTableB.DataSetC.IndexD.List
单项选择题在C#WinForm程序中,新建的窗体后台cs代码自动继承了()类。
A.FormB.Form1C.WindowsD.object
单项选择题在C#WinForms程序中,以下关于Timer控件说法正确的是()
A.有属性Start()和Stop()B.有方法Enabled()C.有事件IntervalD.有事件Tick