EDN Admin
Well-known member
Hi,
In C#
TextBox tb;
tb.BackColor = Color.Black
tb.ForeColor = Color.White.
how to change border color of text box ? I tried Using BackColor and ForeColor but I could not change border color.
Thank
View the full article
In C#
TextBox tb;
tb.BackColor = Color.Black
tb.ForeColor = Color.White.
how to change border color of text box ? I tried Using BackColor and ForeColor but I could not change border color.
Thank
View the full article