Pushes the specified action onto the undo stack.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UndoManager
Dim action As UndoAction
Dim clearRedo As Boolean
instance.PushUndo(action, clearRedo) |
Parameters
- action
- Undo action
- clearRedo
- True to clear the redo stack (action is being performed), false otherwise (action is being undone)
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also