This method of the WebBrowser class sets the TheaterMode property for the WebBrowser control.
public synchronized void setTheaterMode(boolean TheaterMode);
TheaterMode | Determines whether Microsoft® Internet Explorer is in theater or normal window mode. If TRUE, the object is in theater mode; if FALSE, it is in normal mode. The default value is FALSE. |