How do you change the text color of a group box in C#? The \"documentation\" doesn\'t even mention this, and Googling hasn\'t turned up an answer.
Thanks! Alan
I'm assuming you are in winforms not in WPF now.
To change the text color of a group box you use ForeColor this changes the font colour in the header text.