Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / CanRedo Property


In This Topic
    CanRedo Property (UndoManager)
    In This Topic
    Gets a value that indicates whether the UndoManager 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