Skip to main content
Skip table of contents

Application.IntegratedBrowser.Engine

Description

Defines which engine version the built-in browser should use.

Allowed values

ValueDescription

Default [Standard]

Default value of the operating system
IE11Internet Explorer 11
IE10Internet Explorer 10
IE9Internet Explorer 9
IE8Internet 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.