Spread Windows Forms 12.0 Product Documentation
CanUndo Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandManager Class : CanUndo Method
Determines whether there is an available command for undoing.
Syntax
'Declaration
 
Public Function CanUndo() As Boolean
'Usage
 
Dim instance As CommandManager
Dim value As Boolean
 
value = instance.CanUndo()
public bool CanUndo()

Return Value

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

Reference

CommandManager Class
CommandManager Members