Click to return to the Reusing Browser Technology home page    
DWebBrowserEvents2::Statu...     IWebBrowser2 Interface     DWebBrowserEvents2 Interf...    
Web Workshop  |  Reusing Browser Technology

DWebBrowserEvents2::TitleChange Method


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


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.