更改组框组标题名称的颜色

发布于 2024-11-03 17:35:26 字数 62 浏览 0 评论 0原文

如何更改 GroupBox 标题颜色?

默认颜色是蓝色,我想更改它。

How I can change the GroupBox title colour?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

双马尾 2024-11-10 17:35:26

尝试使用如下内容:

groupBox1.ForeColor = Color.Red;

它应该更改为所需的颜色。

Try using something like the following:

groupBox1.ForeColor = Color.Red;

It should change to the desired color.

疧_╮線 2024-11-10 17:35:26

在 WinForms 中 - 将组框的 ForeColor 属性更改为所需的颜色。

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

小忆控 2024-11-10 17:35:26

您是否尝试设置 ForeColor 属性?

Did you try setting the ForeColor property?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文