HtmlHistory::DomHistory Property

 

Gets the unmanaged interface wrapped by this class.

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

public:
property Object^ DomHistory {
	Object^ get();
}

Property Value

Type: System::Object^

An Object that can be cast into an IOmHistory interface pointer.

You will need to add a reference to the unmanaged MSHTML.dll in order to use DomHistory. For more information, see Importing a Type Library as an Assembly.

.NET Framework
Available since 2.0
Return to top
Show: