Type | Description | |||
Boolean | A boolean expression that specifies whether the control can perform an Undo operation |
The records of the Undo/Redo queue may contain actions in the following format:
Also, the Undo/Redo queue may include:
The LayoutStartChanging(exUndo/exRedo) / LayoutEndChanging(exUndo/exRedo) event notifies your application whenever an Undo/Redo operation is performed. The UndoListAction property lists the Undo actions that can be performed in the control. The RedoListAction property lists the Redo actions that can be performed in the control. Use the UndoRemoveAction method to remove the last actions from the undo queue. The RedoRemoveAction method removes the first action to be performed if the Redo method is invoked.