edit form item from class C# code example
Example: edit form item from class C#
TextBox t = Application.OpenForms["Form1"].Controls["textBox1"] as TextBox;
TextBox t = Application.OpenForms["Form1"].Controls["textBox1"] as TextBox;