Notifies an application if the title of a document in the WebBrowser control becomes available or changes.
Syntax
void TitleChange( BSTR Text );
Parameters
- Text
- [in] Caller-allocated buffer that contains the new document title.
Return Value
No return value.
Remarks
Because the title might change while an HTML page is downloading, the URL of the document is set as the title. After the title specified in the HTML page, if there is one, is parsed, the title is changed to reflect the actual title.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
DWebBrowserEvents2::CommandStateChange, DWebBrowserEvents2::StatusTextChange