ShowInformationBar
ShowInformationBar
gibt an, ob die Informationsleiste angezeigt werden soll, wenn ein Popup-Fenster blockiert ist.
Werte
true |
Zeigt die Informationsleiste an, wenn ein Popupfenster blockiert wird. Dies ist der Standardwert. |
false |
Zeigt die Informationsleiste nicht an, wenn ein Popupfenster blockiert wird. |
Gültige Konfigurationsdurchläufe
specialize
Übergeordnete Hierarchie
Microsoft-Windows-IE-InternetExplorer | ShowInformationBar
Gilt für
Eine Liste der unterstützten Windows-Editionen und -Architekturen, die diese Komponente unterstützt, finden Sie unter Microsoft-Windows-IE-InternetExplorer.
XML-Beispiel
Die folgende XML-Ausgabe zeigt, wie Sie den Popupblocker konfigurieren.
<AllowedSites>https://www.fabrikam.com;http://www.contoso.com</AllowedSites>
<FilterLevel>High</FilterLevel>
<PlaySound>false</PlaySound>
<ShowInformationBar>false</ShowInformationBar>