Get a Windows Forms control by name in C# February 18, 2023 by Tarik Use the Control.ControlCollection.Find method. Try this: this.Controls.Find()