다음을 통해 공유


_DPIEWebBrowserEvents2::OnMenuBar (Windows CE 5.0)

Send Feedback

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

Syntax

void OnMenuBar(  VARIANT_BOOL vbMenuBar);

Parameters

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

Return Values

None.

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.