2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Reset undo redo bufferThe ResetUndoInfo method clears the undo buffer and saves changes to underlying stream, so the changes cannot be Undone on the contents or actions previously added or performed up to that point. Please refer to the code snippets below. C# // Code to clear the Undo buffer this.editcontrol1.ResetUndoInfo(); // Code to discard all the Unsaved changes this.editControl1.DiscardChanges();
VB ' Code to clear the Undo buffer Me.editcontrol1.ResetUndoInfo() ' Code to discard all the Unsaved changes Me.editControl1.DiscardChanges()
Reference link: https://help.syncfusion.com/windowsforms/syntaxeditor/editing#reset-undo-redo-buffer |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.