HtmlDocument.Window Proprietà

Definizione

Ottiene l'oggetto HtmlWindow associato al documento corrente.

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

Valore della proprietà

HtmlWindow

Finestra del documento corrente.

Commenti

Tutti i documenti HTML hanno un oggetto DOM HTML denominato finestra, che può essere usato per modificare le dimensioni dello schermo del documento e aprire nuove finestre, nonché accedere ad altri oggetti importanti, ad esempio .HtmlHistory

Si applica a

Vedi anche