网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
设置TextBox的字体时,应改变TextBox的()。
A
Text属性
B
Font属性
C
ForeColor属性
D
Name属性
参考答案
参考解析
解析:
暂无解析
更多 “单选题设置TextBox的字体时,应改变TextBox的()。A Text属性B Font属性C ForeColor属性D Name属性” 相关考题
考题
YouaredevelopingaAsp.netwebapplicationthtincludesapanelcontrolthathasIDcontentsection.YouneedtoaddatextBoxcontroltothepanelcontrol.()
A.this.RequireControlState(this.LoadControl(typeof(TextBox),null));B.this.ContentSection.control.add(this.FindControl(ContentSection.ID+asp:TextBox));C.this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));D.this.LoadComplete(asp:TextBox).IntiantiateIn(ContentSection)
考题
下面那个代码段正确的增加了一个TextBox控件到一个名为form1的Web窗体上?()A、TextBox c = new TextBox(); c.ID = "txtUserName"; c.Visible = true;B、TextBox c = new TextBox(); c.ID = "txtUserName"; c.Visible = true; c.Controls.Add(form1);C、TextBox c = new TextBox(); c.ID = "txtUserName"; c.Visible = true; c.Add(form1);D、TextBox c = new TextBox(); c.ID = "txtUserName"; c.Visible = true; form1.Controls.Add(c);
考题
You are developing a Asp.net web application tht includes a panel control that has ID contentsection.You need to add a textBox control to the panel control.()A、this.RequireControlState(this.LoadControl(typeof(TextBox),null));B、this.ContentSection.control.add(this.FindControl(ContentSection.ID + "asp:TextBox"));C、this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));D、this.LoadComplete("asp:TextBox").IntiantiateIn(Content Section)
考题
单选题在VB程序的窗体上,从上到下依次创建Checkbok、Textbox、Listbox、CommandButton这4个控件,则运行该程序显示窗体时,他们之间获得焦点的顺序是()。A
CommandButton、Checkbok、Textbox、ListboxB
Checkbok、Textbox、Listbox、CommandButtonC
Checkbok、Listbox、CommandButton、TextboxD
Listbox、Checkbok、CommandButton、Textbox
考题
单选题You are developing a Asp.net web application tht includes a panel control that has ID contentsection.You need to add a textBox control to the panel control.()A
this.RequireControlState(this.LoadControl(typeof(TextBox),null));B
this.ContentSection.control.add(this.FindControl(ContentSection.ID + asp:TextBox));C
this.ContentSection.control.add(this.LoadControl(typeof(TextBox),null));D
this.LoadComplete(asp:TextBox).IntiantiateIn(Content Section)
考题
填空题当需要将TextBox控件作为密码输入框时,应设置()
热门标签
最新试卷