Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandManager Class / CanUndo Method


In This Topic
CanUndo Method
In This Topic
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()

Return Value

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