IWebBrowser2.StatusBar Property

Gets or sets a value that indicates whether the status bar for the object is visible.

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.StatusBar

instance.StatusBar = value

Syntax

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

/** @property */
/** @attribute DispIdAttribute(403) */ 
void set_StatusBar (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(403) 
function get StatusBar () : boolean

DispIdAttribute(403) 
function set StatusBar (value : boolean)

Property Value

Type: Boolean
True if the status bar of the object 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.