다음을 통해 공유


_DPIEWebBrowserEvents2::StatusTextChange (Windows CE 5.0)

Send Feedback

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

OS Versions: Windows CE .NET 4.0 and later.
Header: webvw.h
Library: wvuuid.lib

See Also

_DPIEWebBrowserEvents2

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.