This method of the InternetExplorer class shows or hides the Microsoft® Internet Explorer menu bar.
public native 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. |