This method of the IWebBrowser2 interface shows or hides a specified browser bar.
public void ShowBrowserBar(com.ms.com.Variant pvaClsid,
com.ms.com.Variant pvarShow, com.ms.com.Variant pvarSize);
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. |