Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / CanUndo Property


In This Topic
CanUndo Property (UndoRedoManager)
In This Topic
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
See Also