Undo Method
Description
Undo the last operation if applicable.
Syntax
Public Sub Undo()
Remarks
This will undo the last operation if it can. Use the CanUndo property to test if an operation is available to be undone.
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.