Type property

Gets the user type name of the contained document object.

Syntax

Property values

Type: String

the type name. For example, this method returns "HTML Document" if the document supports the IHTMLDocument2 interface.

Remarks

The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.