میشه یک متد برای تغییر رنگ نوشت و به ورودی EventHandler همه ی آبجکت ها فرستادش :
this.textBox1.Click += new System.EventHandler(this.TextBoxes_Click);
this.textBox2.Click += new System.EventHandler(this.TextBoxes_Click);
this.textBox3.Click += new System.EventHandler(this.TextBoxes_Click)...