set textbox colour to transparent csharp

Code Example - set textbox colour to transparent csharp

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