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で、グループ ボックスのForeColorプロパティを目的の色に変更します。
ForeColorプロパティを設定しようとしましたか?
ForeColor