Skip to content

CanUndo Property

Description

Determines if there are any operations that can be undone.

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property CanUndo() As Boolean

Remarks

Use CanUndo to test if an operation is available to be undone. If so, then Undo can be used to undo that operation.

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.