This method of the WebBrowser class shows or hides the Microsoft® Internet Explorer toolbar.
public synchronized 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. |