System.Windows.Forms.HtmlDocument.DomDocument Property

Gets the unmanaged interface pointer for this System.Windows.Forms.HtmlDocument.

Syntax

public object DomDocument { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Windows.Forms.HtmlDocument is a wrapper for the Internet Explorer Document Object Model (DOM), which is written in COM. If you need to access unexposed properties or methods on the underlying COM interfaces, such as IHTMLDocument2, you can use this object to query for them.

To use the unmanaged interfaces, import the MSHTML library (mshtml.dll) into your application. However, you can also execute unexposed properties and methods using the IDispatch::Invoke method.

Requirements

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