Type Property
Gets the user type name of the contained document object.
Syntax
[ pType = ] object.Type
Possible Values
pType String that receives the type name. For example, this method returns "HTML Document" if the document supports the IHTMLDocument2 interface. The property is read-only. The property has no default value.
Remarks
The WebBrowser object delegates this method to the top-level frame. If no frame exists, it returns E_FAIL.
Applies To
InternetExplorer, WebBrowser