'Declaration Public Function Undo() As System.Boolean
'Usage Dim instance As UndoManager Dim value As System.Boolean value = instance.Undo()
public System.bool Undo()
Return Value
Returns true if the undo action succeeds; otherwise, returns false.
'Declaration Public Function Undo() As System.Boolean
'Usage Dim instance As UndoManager Dim value As System.Boolean value = instance.Undo()
public System.bool Undo()