FIX. RadGroupBox - incorrect back color for the group box with VisualStudio2012Dark theme
Please refer to the attached screenshot. You will notice that the back color for the radio button differs from group box color.
Workaround: this.radGroupBox1.BackColor = Color.FromArgb (37, 37, 38);