ITextUndoTransaction.CanRedo 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.
Détermine s'il est possible actuellement d'appeler call Do() avec succès.
public:
property bool CanRedo { bool get(); };
public:
property bool CanRedo { bool get(); };
public bool CanRedo { get; }
member this.CanRedo : bool
Public ReadOnly Property CanRedo As Boolean
Valeur de propriété
true s’il est actuellement possible d’appeler do () avec succès ; sinon, false.