Share via


_DPIEWebBrowserEvents2::OnToolBar

The OnToolBar event method fires when the user displays or hides the toolbar. No property is associated with this event method.

Syntax

void OnToolBar(
  VARIANT_BOOL vbOnToolBar
);

Parameters

  • vbOnToolBar
    [in] Boolean value; VARIANT_TRUE if the toolbar is shown and VARIANT_FALSE if the toolbar 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.