_Application.ShowStartupDialog 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 si le volet Office s’affiche au démarrage de Microsoft Word.
public:
property bool ShowStartupDialog { bool get(); void set(bool value); };
public bool ShowStartupDialog { get; set; }
member this.ShowStartupDialog : bool with get, set
Public Property ShowStartupDialog As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie True si le volet Office s’affiche au démarrage de Word, et False si ce n’est pas le cas.
ShowStartupDialog est une option globale, et le nouveau paramètre prend effet uniquement après avoir redémarré Word. Utilisez la Visible propriété pour afficher ou masquer le volet Office sans redémarrer Word.