HtmlDocument.Window 屬性

定義

取得與此文件相關聯的 HtmlWindow

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

屬性值

HtmlWindow

此文件的視窗。

備註

所有 HTML 檔案都有稱為視窗的 HTML DOM 物件,可用來操作檔的螢幕大小並開啟新視窗,以及存取其他重要物件,例如 HtmlHistory

適用於

另請參閱