This method of the IWebBrowser2 interface shows or hides the Microsoft® Internet Explorer menu bar.
public void setMenuBar(boolean Visible);
Visible | Determines whether the menu bar is visible. If TRUE, the menu bar is visible; if FALSE, it is hidden. The default value is TRUE. |