IWebBrowser2.RegisterAsBrowser Property

Gets or sets a value that indicates whether the object is registered as a top-level browser window.

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

instance.RegisterAsBrowser = value

Syntax

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

/** @property */
/** @attribute DispIdAttribute(552) */ 
void set_RegisterAsBrowser (/** @attribute InAttribute() */ boolean value)
DispIdAttribute(552) 
function get RegisterAsBrowser () : boolean

DispIdAttribute(552) 
function set RegisterAsBrowser (value : boolean)

Property Value

Type: Boolean
True if the object is registered as a top-level browser window, 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.