How to enable Multi-Level undo/redo in mshtml & c#
        Posted  
        
            by MBeckius
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MBeckius
        
        
        
        Published on 2009-02-04T13:44:43Z
        Indexed on 
            2010/05/15
            12:04 UTC
        
        
        Read the original article
        Hit count: 557
        
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
© Stack Overflow or respective owner