开发者

Change Colour of Group Box Group Title Name [duplicate]

This question already has answers here: 开发者_Python百科 Change group box text color? (5 answers) Closed 8 years ago.

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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜