IWebBrowser2.AddressBar Property

Gets or sets a value that indicates whether the address bar of the object is visible or hidden.

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 value As Boolean

value = instance.AddressBar

instance.AddressBar = value

Syntax

'Declaration
<DispIdAttribute(555)> _
Property AddressBar As Boolean
[DispIdAttribute(555)] 
bool AddressBar { get; set; }
[DispIdAttribute(555)] 
property bool AddressBar {
    bool get ();
    void set ([InAttribute] bool value);
}
/** @property */
/** @attribute DispIdAttribute(555) */ 
boolean get_AddressBar ()

/** @property */
/** @attribute DispIdAttribute(555) */ 
void set_AddressBar (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(555) 
function get AddressBar () : boolean

DispIdAttribute(555) 
function set AddressBar (value : boolean)

Property Value

Type: Boolean
True if the address bar is visible, otherwise false.

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.