Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / CanRedo Property


In This Topic
    CanRedo Property (UndoRedoManager)
    In This Topic
    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