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