Click to return to the Reusing Browser Technology home page    
StatusTextChange Event     Reference for C/C++ Devel...     WebBrowser Control Events    
Web Workshop  |  Reusing Browser Technology

TitleChange Event


Occurs when the title of a document in the WebBrowser control becomes available or changes. 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.

Syntax

Private Sub object_TitleChange(ByVal Text As String)

Parameters

object
An object expression that evaluates to an object in the Applies To list.
Text
A string containing the new document title.

Applies To

InternetExplorer, WebBrowser


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.