Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / CanRedo Property


In This Topic
    CanRedo Property (UndoManager)
    In This Topic
    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;}
    See Also