Answers for "set textbox colour to transparent c#"

C#
1

set textbox colour to transparent c#

//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;
Posted by: Guest on April-28-2020

C# Answers by Framework

Browse Popular Code Answers by Language