HtmlDocument.Window Propriété

Définition

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é

HtmlWindow

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.

S’applique à

Voir aussi