如textbox2写入
this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))))
red:25,25,25灰黑色
可以找到red对值表查看http://tool.oschina.net/commons?type=3
c#写red颜色代码
最新推荐文章于 2024-07-02 04:59:46 发布
如textbox2写入
this.textBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))))
red:25,25,25灰黑色
可以找到red对值表查看http://tool.oschina.net/commons?type=3