Microsoft SDK for Java

setStatusBar

This method of the IWebBrowser2 interface shows or hides the Microsoft® Internet Explorer status bar.

Syntax

public void setStatusBar(boolean On);

Parameters

On Determines whether the status bar is visible. If TRUE, the status bar is visible; if FALSE, it is hidden. The default is TRUE.

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