私はTextbox
とを持っていButton
ます。
私が欲しいのは、ボタンを押したときにtextbox1.Text
フォントスタイルを変更することです。
それ、どうやったら出来るの?
textBox1.Font = new Font(textBox1.Font, FontStyle.Regular);
参照:
http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/696f80d0-8799-404e-9933-90991c697708/
textBox1.Font = new Font(textBox1.Font, FontStyle.Regular);