Retrieves a Boolean value that indicates whether the Microsoft® Internet Explorer menu bar is visible.
Syntax
HRESULT get_MenuBar( VARIANT_BOOL* Value );
Parameters
- Value
- Address of a VARIANT_BOOL structure that receives TRUE if the menu bar is visible, or FALSE if it is not.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IWebBrowser2::put_MenuBar