Description
Defines which engine version the built-in browser should use.
Allowed values
|
Value |
Description |
|---|---|
|
|
Default value of the operating system |
|
|
Internet Explorer 11 |
|
|
Internet Explorer 10 |
|
|
Internet Explorer 9 |
|
|
Internet Explorer 8 |
XML
<configuration version="1.2.0">
<applicationSettings>
...
<!-- General settings -->
<generalSettings>
<!-- Defines which engine version the built-in browser should use -->
<setting key="Application.IntegratedBrowser.Engine" value="IE11" />
</generalSettings>
...
</applicationSettings>
</configuration>