Preventing a RichTextBox operation from being added to the control's Undo stack

Posted by shadeMe on Stack Overflow See other posts from Stack Overflow or by shadeMe
Published on 2010-03-28T23:06:13Z Indexed on 2010/03/28 23:13 UTC
Read the original article Hit count: 275

Filed under:
|
|

Editing a RichTextBox control's text (more specifically, modifying selection font/color) programmatically seems to be tracked in the control's built in undo stack. Is there a way, short of writing my own undo/redo manager, to prevent certain actions/operations from being added to the undo stack ?

© Stack Overflow or respective owner

Related posts about c++-cli

Related posts about richtextbox