This method of the InternetExplorer class shows or hides the Microsoft® Internet Explorer toolbar.
public native void setToolBar(int Value);
Value | Determines whether the toolbar is visible. If TRUE, the toolbar is visible; if FALSE, it is hidden. The default is TRUE. |