Spread Windows Forms 12.0 Product Documentation
CanUndo Property (UndoManager)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager Class : CanUndo Property
Gets whether Undo can undo an action.
Syntax
'Declaration
 
Public ReadOnly Property CanUndo As Boolean
'Usage
 
Dim instance As UndoManager
Dim value As Boolean
 
value = instance.CanUndo
public bool CanUndo {get;}

Property Value

Boolean: true if can undo an action; false otherwise
See Also

Reference

UndoManager Class
UndoManager Members