Check out example codes for "edit form item from class C#". It will help you in understanding the concepts better.
Code Example 1
TextBox t = Application.OpenForms["Form1"].Controls["textBox1"] as TextBox;
Learn ReactJs, React Native from akashmittal.com