在代,改空的背景色
this.TextBox2.BackColor=red;
是不是需要名空啊?
[解决办法]
this.TextBox2.BackColor = System.Drawing.Color.Red;
发布时间: 2012-01-05 22:36:54 作者: rapoo
在代,改空的背景色
this.TextBox2.BackColor=red;
是不是需要名空啊?
[解决办法]
this.TextBox2.BackColor = System.Drawing.Color.Red;