Microsoft SDK for Java

setFullScreen

This method of the InternetExplorer class sets Microsoft® Internet Explorer to either full-screen or normal window mode.

Syntax

public native void setFullScreen(boolean pbFullScreen);

Parameters

pbFullScreen If TRUE, the browser window is maximized; if FALSE, it is not.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.