WebBrowserExtended Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WebBrowserExtended() |
Initializes an instance of the WebBrowserExtended class using the background Internet Explorer process using dynamic window positioning technique. |
WebBrowserExtended(Boolean) |
Initializes an instance of the WebBrowserExtended control. |
WebBrowserExtended(Boolean, Boolean, Boolean) |
Initializes an instance of the WebBrowserExtended control. |
WebBrowserExtended()
Initializes an instance of the WebBrowserExtended class using the background Internet Explorer process using dynamic window positioning technique.
public:
WebBrowserExtended();
public WebBrowserExtended ();
Public Sub New ()
Applies to
WebBrowserExtended(Boolean)
Initializes an instance of the WebBrowserExtended control.
public:
WebBrowserExtended(bool useNewProcess);
public WebBrowserExtended (bool useNewProcess);
new Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended : bool -> Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended
Public Sub New (useNewProcess As Boolean)
Parameters
- useNewProcess
- Boolean
When true, launches a new process to host Internet Explorer.
Applies to
WebBrowserExtended(Boolean, Boolean, Boolean)
Initializes an instance of the WebBrowserExtended control.
public:
WebBrowserExtended(bool useNewProcess, bool hostOnTop, bool hostInside);
public WebBrowserExtended (bool useNewProcess, bool hostOnTop, bool hostInside);
new Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended : bool * bool * bool -> Microsoft.Uii.Csr.Browser.Web.WebBrowserExtended
Public Sub New (useNewProcess As Boolean, hostOnTop As Boolean, hostInside As Boolean)
Parameters
- useNewProcess
- Boolean
When true, launches a new process to host Internet Explorer.
- hostOnTop
- Boolean
Uses setparent technique to posistion the IE browser Window
- hostInside
- Boolean
When true, uses Dynamic positioning to host the IE browser window