foreach (System.Windows.Forms.Control c in this.Controls) { if (c is System.Windows.Forms.TextBox) //Si le control est un textbox.. c.Text = ""; }