Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / CanRedo Method


In This Topic
    CanRedo Method
    In This Topic
    Determines whether there is an available command for redoing.
    Syntax
    'Declaration
     
    
    Public Function CanRedo() As Boolean
    'Usage
     
    
    Dim instance As CommandManager
    Dim value As Boolean
     
    value = instance.CanRedo()
    public bool CanRedo()

    Return Value

    true if there is an available command for redoing; otherwise, false.
    See Also