Spread Windows Forms 12.0 Product Documentation
CanRedo Property (UndoManager)


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

Property Value

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

Reference

UndoManager Class
UndoManager Members