Microsoft SDK for Java

ShowBrowserBar

This method of the InternetExplorer class shows or hides a specified browser bar.

Syntax

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

Parameters

pvaClsid Required. A string containing the class identifier of the browser bar to show or hide. This object must be registered as an Explorer Bar object with the CATID_InfoBand component category. The standard browser bars use the following class identifiers:

Browser Bar NameClass ID

Search{30D02401-6A81-11D0-8274-00C04FD5AE38}

Favorites{EFA24E61-B078-11D0-89E4-00C04FC9E26E}

History{EFA24E62-B078-11D0-89E4-00C04FC9E26E}

Channels{EFA24E63-B078-11D0-89E4-00C04FC9E26E}

pvarShow Optional. A Boolean value that specifies whether the browser bar should be shown or hidden. If this is TRUE, the browser bar is shown. If this is FALSE, the browser bar is hidden. The default value is TRUE.
pvarSize Optional. Not currently used.

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