How to enable Multi-Level undo/redo in mshtml & c#
- by MBeckius
I have a System.Windows.Forms.Webbrowser control hosted in a Winforms app and am loading up a html document that has various elements with the contentEditable attribute set to true. How do I enable multi-level undo and redo for the document?
TIA.
MB