Spread Windows Forms 12.0 Product Documentation
CanRedo Property (UndoRedoManager)


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

Reference

UndoRedoManager Class
UndoRedoManager Members