Contents Index Topic Contents | ||
Previous Topic: DWebBrowserEvents2::StatusTextChange Next Topic: Enumerations |
DWebBrowserEvents2::TitleChange
void TitleChange( [in] BSTR Text );Notifies an application if the title of a document in the WebBrowser control becomes available or changes.
- No return value.
- Text
- Caller-allocated buffer that contains the new document title.
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.
See also DWebBrowserEvents2::CommandStateChange, DWebBrowserEvents2::StatusTextChange
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.