protected void PushUndo( UndoAction action, bool clearRedo )
'Declaration Protected Sub PushUndo( _ ByVal action As UndoAction, _ ByVal clearRedo As Boolean _ )
'Declaration
Protected Sub PushUndo( _ ByVal action As UndoAction, _ ByVal clearRedo As Boolean _ )
'Usage Dim instance As UndoManager Dim action As UndoAction Dim clearRedo As Boolean instance.PushUndo(action, clearRedo)
'Usage
Dim instance As UndoManager Dim action As UndoAction Dim clearRedo As Boolean instance.PushUndo(action, clearRedo)
UndoManager Class UndoManager Members