IWebBrowser2.ShowBrowserBar Method

Shows or hides a specified browser bar.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As IWebBrowser2
Dim pvaClsid As Object
Dim pvarShow As Object
Dim pvarSize As Object

instance.ShowBrowserBar(pvaClsid, pvarShow, pvarSize)

Syntax

'Declaration
<DispIdAttribute(503)> _
Sub ShowBrowserBar ( _
    <InAttribute> ByRef pvaClsid As Object, _
    <InAttribute> <OptionalAttribute> ByRef pvarShow As Object, _
    <InAttribute> <OptionalAttribute> ByRef pvarSize As Object _
)
[DispIdAttribute(503)] 
void ShowBrowserBar (
    [InAttribute] ref Object pvaClsid,
    [OptionalAttribute] [InAttribute] ref Object pvarShow,
    [OptionalAttribute] [InAttribute] ref Object pvarSize
)
[DispIdAttribute(503)] 
void ShowBrowserBar (
    [InAttribute] Object^% pvaClsid, 
    [InAttribute] [OptionalAttribute] Object^% pvarShow, 
    [InAttribute] [OptionalAttribute] Object^% pvarSize
)
/** @attribute DispIdAttribute(503) */ 
void ShowBrowserBar (
    /** @attribute InAttribute() */ /** @ref */ Object pvaClsid, 
    /** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ /** @ref */ Object pvarShow, 
    /** @attribute InAttribute() */ /** @attribute OptionalAttribute() */ /** @ref */ Object pvarSize
)

Parameters

  • pvaClsid
  • pvarShow
  • pvarSize

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.