Redo Method
Description
Redo the last operation if applicable.
Syntax
Public Sub Redo()
Remarks
This will redo the last operation if it can. Use the CanRedo property to test if an operation is available to be redone.
The TrackUndoManager allows certain edit operations to be undone and redone in the track control. Supported operations are:
- Add/Remove/Move markers
- Add/Remove/Move/Resize blocks
If any of these operations are performed, they can easily be undone/redone using the methods of the TrackUndoManager.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.