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.
ページにテキストボックスを追加しました。それをタップするとキーボードが表示され、コンテンツを編集できますが、キーボードのENTER/RETURNボタンをタップしてもエディションが停止しません。それを終わらせる方法は?
押されたキーがKey.Enterの場合は、KeyUpのイベントをリッスンし、他のコントロールにフォーカスする必要があります。TextBox
KeyUp
TextBox