UndoEngine.UndoUnit.IsEmpty Propriété

Définition

Obtient une valeur indiquant si UndoEngine.UndoUnit ne contient pas d'événement.

public:
 virtual property bool IsEmpty { bool get(); };
public virtual bool IsEmpty { get; }
member this.IsEmpty : bool
Public Overridable ReadOnly Property IsEmpty As Boolean

Valeur de propriété

true si UndoEngine.UndoUnit ne contient pas d'événement ; false dans le cas contraire.

Remarques

Le moteur d’annulation peut ignorer les unités vides.

S’applique à