OldAuthenticView.IsEditUndoEnabled (nicht mehr verwendet)
Wird ersetzt durch AuthenticView.IsUndoEnabled
// ----- javascript sample ----- // instead of: // if (Application.ActiveDocument.DocEditView.IsEditUndoEnabled) // Application.ActiveDocument.DocEditView.EditUndo(); // use now: if(Application.ActiveDocument.AuthenticView.IsUndoEnabled) Application.ActiveDocument.AuthenticView.Undo(); |
Deklaration: IsEditUndoEnabled als Boolean
Beschreibung
True, wenn EditUndoderzeit möglich ist. Siehe auch Bearbeitungsoperationen.