'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
.'Declaration
Public Function CanUndo() As Boolean
'Usage
Dim instance As CommandManager Dim value As Boolean value = instance.CanUndo()
public bool CanUndo()
true
if there is an available command for undoing; otherwise, false
.