Visual Studio / WPF > 08 TextBox和PasswordBox > TextBox > MaxLengthプロパティ > 入力時:長さ制限がかかる | Csharp script: 長さ制限がかからない
1345 ワード
動作環境
Windows 7 Pro (32bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2
https://www.youtube.com/watch?v=SBeDgl7CX6E&list=PLaYqF7AnyNPfTfZiGqTwedIKW_FkZv4Xj&index=8
3:50あたり
TextBoxのMaxLengthプロパティの例が紹介されている。
MaxLengthプロパティを使うと、入力時にテキストの長さに制限がかかるようだ。
一方で、以下のようなコードでTextBoxの中身を代入する場合には、長さ制限がかからないようだ。
T_pass1.Text = "3.141592";
Author And Source
この問題について(Visual Studio / WPF > 08 TextBox和PasswordBox > TextBox > MaxLengthプロパティ > 入力時:長さ制限がかかる | Csharp script: 長さ制限がかからない), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/79a23b8b9df8df43fe5c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .