_DPIEWebBrowserEvents2::StatusTextChange
The StatusTextChange event method fires when the status bar text of an object has changed.
Syntax
void StatusTextChange(
BSTR bstrText
);
Parameters
- bstrText
[in] String that specifies the new status bar text.
Return Values
None.
Remarks
The object can use the information provided by this event method to update the text of a status bar.
Requirements
Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.