Share via


_DPIEWebBrowserEvents2::OnStatusBar

The OnStatusBar event method fires when the user displays or hides the status bar. No property is associated with this event method.

Syntax

void onStatusBar(
  VARIANT_BOOL vbOnStatusBar
);

Parameters

  • vbOnStatusBar
    [in] Boolean value; VARIANT_TRUE if the status bar is shown and VARIANT_FALSE if the status bar is hidden.

Return Values

None.

Requirements

Pocket PC: Windows Mobile 2003 and later
OS Versions: Windows CE 4.0 and later
Header: webvw.h
Library: webvw.lib

See Also

_DPIEWebBrowserEvents2

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.