IWebBrowser2.Visible Property

Gets or sets a value that indicates whether 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.Visible

instance.Visible = value

Syntax

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

/** @property */
/** @attribute DispIdAttribute(402) */ 
void set_Visible (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(402) 
function get Visible () : boolean

DispIdAttribute(402) 
function set Visible (value : boolean)

Property Value

Type: Boolean
True if 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.