HtmlDocument.Window 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.
Obtient le HtmlWindow associé à ce document.
public:
property System::Windows::Forms::HtmlWindow ^ Window { System::Windows::Forms::HtmlWindow ^ get(); };
public System.Windows.Forms.HtmlWindow Window { get; }
member this.Window : System.Windows.Forms.HtmlWindow
Public ReadOnly Property Window As HtmlWindow
Valeur de propriété
Fenêtre pour ce document.
Remarques
Tous les documents HTML ont un objet DOM HTML appelé fenêtre, qui peut être utilisé pour manipuler la taille de l’écran du document et ouvrir de nouvelles fenêtres, ainsi que d’accéder à d’autres objets importants, tels qu’un HtmlHistory.