Contents Index Topic Contents | ||
Previous Topic: StatusTextChange Event Next Topic: Reference for C/C++ Developers |
TitleChange Event
Description
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)
Value Description object An object expression that evaluates to an object in the Applies To list. Text A string containing the new document title.
Applies To
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.