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