📜  将文本框颜色设置为透明 c# 代码示例

📅  最后修改于: 2022-03-11 14:49:10.334000             🧑  作者: Mango

代码示例1
//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;