msSiteModeClearIconOverlay method

Removes the icon overlay from the taskbar button.

 

Syntax

*object.*msSiteModeClearIconOverlay()

Parameters

This method has no parameters.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
E_ACCESSDENIED

The current page is not a pinned site.

E_NOTIMPL

This method is not supported on Windows CE.

 

Remarks

This method clears an icon overlay that was previously set with the IShellUIHelper4::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.

See also

window

external

IShellUIHelper4::msSiteModeSetIconOverlay