سؤال

This question already has an answer here:

How I can change the GroupBox title colour?

The default colour is blue and I would like to alter that.

هل كانت مفيدة؟

المحلول

Try using something like the following:

groupBox1.ForeColor = Color.Red;

It should change to the desired color.

نصائح أخرى

In WinForms - change the ForeColor property of the Group Box to the desired color.

Did you try setting the ForeColor property?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top