Task.WindowState 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.
Renvoie ou définit l’état de la fenêtre de tâche spécifiée.
public:
property Microsoft::Office::Interop::Word::WdWindowState WindowState { Microsoft::Office::Interop::Word::WdWindowState get(); void set(Microsoft::Office::Interop::Word::WdWindowState value); };
public Microsoft.Office.Interop.Word.WdWindowState WindowState { get; set; }
member this.WindowState : Microsoft.Office.Interop.Word.WdWindowState with get, set
Public Property WindowState As WdWindowState
Valeur de propriété
Remarques
WdWindowState peut être l’une de ces constantes WdWindowState .
wdWindowStateMaximize
wdWindowStateNormal
wdWindowStateMinimize
La constante wdWindowStateNormal indique une fenêtre qui n'a pas été agrandie ou réduite. Impossible de définir l'état d'une fenêtre inactive. Utilisez la Activate(Object) méthode pour activer une fenêtre avant de définir l’état de la fenêtre.