Spread Windows Forms 12.0 Product Documentation
CanUndo Property (UndoRedoManager)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > UndoRedoManager Class : CanUndo Property
Gets whether Undo manager can undo an action, which depends on undo list is empty or not.
Syntax
'Declaration
 
Public ReadOnly Property CanUndo As Boolean
'Usage
 
Dim instance As UndoRedoManager
Dim value As Boolean
 
value = instance.CanUndo
public bool CanUndo {get;}
See Also

Reference

UndoRedoManager Class
UndoRedoManager Members