UndoRecord.IsRecordingCustomRecord Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si une action d’annulation personnalisée est enregistrée.
public:
property bool IsRecordingCustomRecord { bool get(); };
public bool IsRecordingCustomRecord { get; }
member this.IsRecordingCustomRecord : bool
Public ReadOnly Property IsRecordingCustomRecord As Boolean
Valeur de propriété
true si une action d’annulation personnalisée est enregistrée ; sinon, false.
Remarques
En lecture seule.