Menu: View→Object Properties
Pressing this button undoes the changes made to the properties of the currently selected object.
Programming
In Amos Graphics programs, you can click this button as follows (Visual Basic):
Dim aButton As Windows.Forms.Button = pd.GetButton("", "btnUndo")
aButton.PerformClick