Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改GroupBox标题颜色?
GroupBox
默认颜色是蓝色,我想改变它。
尝试使用以下内容:
groupBox1.ForeColor = Color.Red;
它应该更改为所需的颜色。
在 WinForms 中 - 将 Group Box 的ForeColor属性更改为所需的颜色。
您是否尝试设置ForeColor属性?
ForeColor