_DPIEWebBrowserEvents2::OnMenuBar
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
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.