Skip to content

CanRedo Property

Description

Determines if there are any operations that can be re-done.

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property CanRedo() As Boolean

Remarks

Use CanRedo to test if an operation is available to be re-done. If so, then Redo can be used to redo that operation.

The TrackUndoManager allows certain edit operations to be undone and re-done 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.