ShowCompatibilityViewButton specifies whether to show the Compatibility View button next to the Address bar.

The Compatibility View button enables users to toggle between Internet Explorer 8 mode and Internet Explorer 7 Compatibility View mode.

Values

true

Shows the Compatibility View button next to the Address bar.

This is the default value.

false

Hides the Compatibility View button.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | ShowCompatibilityViewButton

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output shows how to specify that the Compatibility View button should not appear next to the Address bar.

  Copy Code
<ShowCompatibilityViewButton>false</ShowCompatibilityViewButton>

See Also