IWebBrowser2.RegisterAsBrowser Property

Definition

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

public:
 property bool RegisterAsBrowser { bool get(); void set(bool value); };
public bool RegisterAsBrowser { get; set; }
member this.RegisterAsBrowser : bool with get, set
Public Property RegisterAsBrowser As Boolean

Property Value

True if the object is registered as a top-level browser window, otherwise false.

Applies to