IHTMLTitleElement interface

This interface identifies the contents of the document in a global context.

Members

The IHTMLTitleElement interface inherits from the IDispatch interface. IHTMLTitleElement also has these types of members:

  • Properties

Properties

The IHTMLTitleElement interface has these properties.

Property Description

text

Retrieves or sets the text of the object as a string.

 

Remarks

The IHTMLTitleElement interface can only be used within the head interface.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch