6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

.NET Framework 4.6.1では、Windows Formsのテキストボックスが「Ctrl+A」キーで「すべて選択」できるようになりました

Last updated at Posted at 2016-08-29

.NET Framework 4.6.1では、Windows Formsのテキストボックスが「Ctrl+A」キーで「すべて選択」できるようになりました。

.NET Framework 4.6.1 list of changes

CTRL+A works in multiline text boxes [145670]

このため、.NET Framework 4.6.1をターゲットとする場合は下記の対応が不要になります。
C#: テキストボックスで、Ctrl+Aですべて選択できるようにする

※単一行入力のテキストボックスでは、.NET Framework 4.6.1以前から「Ctrl+A」キーで「すべて選択」が機能します。

6
6
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
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?