'Declaration Public Function Undo() As Boolean
'Usage Dim instance As CommandManager Dim value As Boolean value = instance.Undo()
public bool Undo()
Return Value
true
if the command is successfully executed, false
otherwise.'Declaration Public Function Undo() As Boolean
'Usage Dim instance As CommandManager Dim value As Boolean value = instance.Undo()
public bool Undo()
true
if the command is successfully executed, false
otherwise.