Options.BackgroundSave 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.
True si Microsoft Word enregistre les documents en arrière-plan. Lorsque Word est l'enregistrement en arrière-plan, les utilisateurs peuvent continuer à taper et pour choisir les commandes.
public:
property bool BackgroundSave { bool get(); void set(bool value); };
public bool BackgroundSave { get; set; }
member this.BackgroundSave : bool with get, set
Public Property BackgroundSave As Boolean