This method of the WebBrowser class sets the visibility state of the object.
public synchronized void _setVisible(boolean pBool);
pBool | Specifies the visible state of Microsoft® Internet Explorer. If TRUE, the window is visible; if FALSE, it is hidden. The default value is FALSE. |