HtmlWindow::DomWindow Property
.NET Framework (current version)
Gets the unmanaged interface wrapped by this class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Object^An object that can be cast to an IHTMLWindow2, IHTMLWindow3, or IHTMLWindow4 pointer.
Use the underlying unmanaged interface pointers to the Document Object Model (DOM) to execute methods not exposed by HtmlWindow.
You must add a referenced to the unmanaged MSHTML.dll in order to use DomWindow. For more information, see Importing a Type Library as an Assembly.
.NET Framework
Available since 2.0
Available since 2.0
Show: