AddressBar Property
Sets or gets a value that indicates whether the address bar of the object is visible or hidden.
Syntax
InternetExplorer.AddressBar(bValue) [ = bValue ]
Possible Values
bValue Boolean that specifies or receives one of the following values: trueDefault. Address bar is visible.falseAddress 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
IE9 Addressbar remove all the NavigationBar items including the tool buttons
With IE9 the use of API setAddressbar(false) removes all NavigationArea Items (Addressbar, the Back and Forward buttons but also all other tools button, Home Button and so on). There is a way to avoid this? I want to remove the addressbar leaving at least the "Tools" button.
- 4/27/2011
- GG_1975