Spread Windows Forms 12.0 Product Documentation
CanRedo Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandManager Class : CanRedo Method
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

Reference

CommandManager Class
CommandManager Members