msSiteModeActivate method
[This documentation is preliminary and is subject to change.]
Flashes the pinned site taskbar button.
This method is not supported for Metro style apps using JavaScript.
![]() |
Syntax
object.msSiteModeActivate()Standards information
There are no standards that apply here.
Parameters
This method has no parameters.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
|
This method is not supported on Windows CE. |
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
|
This method is not supported on Windows CE. |
Remarks
Use msSiteModeActivate to notify the user of important application events. This method flashes the taskbar button 20 times, then highlights the button continously until the window comes to the foreground. If the window is already in the foreground, this method does nothing.
See also
Build date: 2/13/2012
