Set the default background color of controls in C# – textbox.BackColor

Very simple:

youtextboxname.BackColor = DefaultBackColor;

have fun! ?

Cherio