set textbox colour to transparent c#

C#
//get the same Effect by setting the textbox color to form color
textBox1.BackColor = this.BackColor;
Source

Also in C#: