LoginSignup
1
1

More than 5 years have passed since last update.

【WindowsForm】【C#】テキストボックス(複数行)内にてEnter押下時に、改行する方法

Last updated at Posted at 2017-11-20

①対象となるtextBoxのプロパティを開く。
②デフォルトでは、「AcceptsReturn」プロパティが「false」になっているので「false」→「true」へ変更
③エンターキーにて改行が可能となる。

画面確認用ソリューション - Microsoft Visual Studio 2017-11-20 10.43.21.png

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1