简单如下:

foreach(Control con in groupBox3.Controls)

con.Enabled=true;
-----------------------------------------------------------------