Doc-O-Matic Live Demo / XmlNotepad Namespace / Classes / UndoManager / UndoManager Methods (XmlNotepad) / UndoManager.Merge
Close
domv10-banner-200
UndoManager.Merge Method

Namespace: XmlNotepad

C++
C#
Visual Basic
IDL
JavaScript
void Merge(CompoundCommand cmd);

dead code! public Command Pop(){ // remove command without undoing it. if (pos>0){ pos--; if (pos < stack.Count){ stack.RemoveAt(pos); } if (StateChanged != null){ StateChanged(this, EventArgs.Empty); } } return this.Current;

Copyright © 2020. All rights reserved.