开发者

Change Colour of Group Box Group Title Name [duplicate]

开发者 https://www.devze.com 2023-03-01 16:54 出处:网络
This question already has answers here: 开发者_Python百科 Change group box text color? (5 answers) Closed 8 years ago.
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

精彩评论

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