Application.IntegratedBrowser.Engine
Description
Defines which engine version the built-in browser should use.
Allowed values
Value | Description |
---|---|
| Default value of the operating system |
IE11 | Internet Explorer 11 |
IE10 | Internet Explorer 10 |
IE9 | Internet Explorer 9 |
IE8 | Internet Explorer 8 |
Example
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>