Share via


DocumentBase.Undo(Object) Méthode

Définition

Annule la dernière action ou séquence d’actions qui figurent dans la liste Annuler. Retourne true si l'annulation des actions a abouti.

public bool Undo (ref object times);
member this.Undo : obj -> bool
Public Function Undo (Optional ByRef times As Object) As Boolean

Paramètres

times
Object

Nombre d'actions à annuler. L'option par défaut consiste à annuler la dernière action.

Retours

S’applique à