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.
ボタンのフォントの色を動的に赤に変更したい。これどうやってするの?
これはあなたが探しているものですか?:
Button1.ForeColor = Color.Red; //System.Drawing namespace
ForeColorボタンのプロパティが必要です。
ForeColor