PlaySound

PlaySound specifies whether to play a sound to the user when a pop-up window is blocked.

Values

true

Plays a sound to the user when a pop-up window is blocked. This is the default value.

false

Does not play a sound to the user when a pop-up window is blocked.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-IE-InternetExplorer | PlaySound

Applies To

For the 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 configure the Pop-up Blocker.

<AllowedSites>http://www.fabrikam.com;http://www.contoso.com</AllowedSites>
<FilterLevel>High</FilterLevel> 
<PlaySound>false</PlaySound> 
<ShowInformationBar>false</ShowInformationBar>

See Also

Concepts

Microsoft-Windows-IE-InternetExplorer