HtmlDocument.Window 屬性

定義

HtmlWindow 此文件相關。

public:
 property System::Windows::Forms::HtmlWindow ^ Window { System::Windows::Forms::HtmlWindow ^ get(); };
public System.Windows.Forms.HtmlWindow Window { get; }
public System.Windows.Forms.HtmlWindow? Window { get; }
member this.Window : System.Windows.Forms.HtmlWindow
Public ReadOnly Property Window As HtmlWindow

屬性值

這份文件的視窗。

備註

所有 HTML 文件都有一個稱為視窗的 HTML DOM 物件,可用來調整文件的螢幕大小並開啟新視窗,並存取其他重要物件,例如 HtmlHistory

適用於

另請參閱