In standard WinForms development I would do the following:
foreach (Control in groupBox1.Controls) { MessageBox.Show(c.Name); }
How does a