HtmlDocument::Window Property

 

Gets the HtmlWindow associated with this document.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property HtmlWindow^ Window {
	HtmlWindow^ get();
}

Property Value

Type: System.Windows.Forms::HtmlWindow^

The window for this document.

All HTML documents have an HTML DOM object called a window, which can be used to manipulate the screen size of the document and open new windows, as well as access other important objects, such as an HtmlHistory.

.NET Framework
Available since 2.0
Return to top
Show: