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.
WPF アプリケーションがあり、検索用のテキスト ボックスがあります。
これにフラグをTextBox付けて、Windowsまたはブラウザのオートコンプリート機能によってテキストが保存されないようにする方法はありますTextBoxか?
TextBox
このコードで試すことができます
TextBox textBox = new TextBox(); textBox.Undo();//Undoes the last edit operation textBox.ClearUndo();//Clears information about the most recent operation from the undo buffer