OldAuthenticView.EditRedo (nicht mehr verwendet)
Wird ersetzt durch AuthenticView.Redo
// ----- javascript sample ----- // instead of: // Application.ActiveDocument.DocEditView.EditRedo(); // use now: if(! Application.ActiveDocument.AuthenticView.Redo()) MsgBox ("Error: no redo step available"); |
Deklaration: EditRedo
Beschreibung
Wiederholt den zuletzt rückgängig gemachten Schritt.