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.
プログラムでテキストボックスを作成しました。数値制御を使用せずにテキストボックスに値を入力するようにユーザーに依頼する必要があります。設定した境界数値を超えると、すぐにエラー メッセージが表示されます。どうやってやるの ?別の方法も大歓迎です!ありがとうございます。
@Tim Schmelter の答えは正しいです。TextBox で数字を取得するには、
Extend WPF Toolkitの DecimalUpdown クラスを確認してください
:)