Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

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