Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

set textbox colour to transparent c#

//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;
 
PREVIOUS NEXT
Tagged: #set #textbox #colour #transparent
ADD COMMENT
Topic
Name
5+3 =