msSiteModeClearIconOverlay Method

New for Windows Internet Explorer 9

Removes the icon overlay from the taskbar button.

Syntax

window.external.msSiteModeClearIconOverlay()

Return Value

No return value.

Possible Exceptions

Permission denied (0x80070005) The current page is not a pinned site.
Not implemented (0x80004001) This method is not supported on Windows CE.

Remarks

This method clears an icon overlay that was previously set with the msSiteModeSetIconOverlay method. Icon overlays communicate alerts, notifications, and application status to users.

Each pinned site button on the taskbar can declare one icon overlay. If the taskbar button represents a group of windows, the icon overlay might be replaced by another in the group when it is removed.

Applies To

external

See Also

msSiteModeSetIconOverlay