Microsoft SDK for Java

ShowBrowserBar

This method of the IWebBrowser2 interface shows or hides a specified browser bar.

Syntax

public void ShowBrowserBar(com.ms.com.Variant pvaClsid,
com.ms.com.Variant pvarShow, com.ms.com.Variant pvarSize);

Parameters

pvaClsid Address of a string VARIANT that contains the class identifier of the browser bar to show or hide.
pvarShow Address of a VARIANT that specifies if the browser bar should be shown or hidden. If this is nonzero, the browser bar is shown. If this is zero, the browser bar is hidden.
pvarSize Not currently used.

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