3 references to ShowBrowserBar
System.Windows.Forms.Primitives (3)
Windows.Win32.IWebBrowser2.g.cs (1)
1533 return __object.ShowBrowserBar(pvaClsid, pvarShow, pvarSize);
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (2)
107 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.ShowBrowserBar(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 114 winmdroot.Foundation.HRESULT __result = @this.ShowBrowserBar(pvaClsidLocal, pvarShow.HasValue ? &pvarShowLocal : null, pvarSize.HasValue ? &pvarSizeLocal : null);