在网上找的,因为地址记不得,所以无法给出地址。
foreach(control c in this.controls)
{
if(c.gettype().tostring()=="System.Windows.Forms.TextBox")//对象
c.text=""; //当前窗体的所有textbox赋空值
}
f1出来的帮助是:
在网上找的,因为地址记不得,所以无法给出地址。
foreach(control c in this.controls)
{
if(c.gettype().tostring()=="System.Windows.Forms.TextBox")//对象
c.text=""; //当前窗体的所有textbox赋空值
}
f1出来的帮助是: