IWebBrowser2::ShowBrowserBarIWebBrowser2::ShowBrowserBar*
*Contents  *Index  *Topic Contents
*Previous Topic: IWebBrowser2::Refresh2
*Next Topic: IWebBrowser2::Stop

IWebBrowser2::ShowBrowserBar

HRESULT ShowBrowserBar(
    VARIANT FAR* pvaClsid,
    VARIANT FAR* pvarShow,
    VARIANT FAR* pvarSize
);

Shows or hides a specified browser bar.

pvaClsid
Address of a string VARIANT that contains 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. For more information, see Band Objects.
pvarShow
Address of a BOOL 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.

Applies To

Internet Explorer


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.