_Explorer.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 la propriété avec une constante dans l’énumération OlWindowState spécifiant l’état de la fenêtre d’une fenêtre d’explorateur ou d’inspecteur. Lecture-écriture.
public:
property Microsoft::Office::Interop::Outlook::OlWindowState WindowState { Microsoft::Office::Interop::Outlook::OlWindowState get(); void set(Microsoft::Office::Interop::Outlook::OlWindowState value); };
public Microsoft.Office.Interop.Outlook.OlWindowState WindowState { get; set; }
Public Property WindowState As OlWindowState