MenuBar Property
Sets or gets a value that indicates whether the Windows Internet Explorer menu bar is visible.
Syntax
InternetExplorer.MenuBar(value) [ = value ]
Possible Values
value Boolean that specifies or receives one of the following values: trueDefault. Menu bar is visible.falseMenu bar is hidden.The property is read/write. The property has no default value.
Remarks
The WebBrowser object saves the value of this property, but otherwise ignores it.
Applies To
InternetExplorer