| Visual Basic (Declaration) | |
|---|---|
Public Property IntegratedToDesktopManager As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebNotification Dim value As Boolean instance.IntegratedToDesktopManager = value value = instance.IntegratedToDesktopManager | |
| C# | |
|---|---|
public bool IntegratedToDesktopManager {get; set;} | |
By setting this property to True, you can set the WebNotification control to be integrated into the WebDesktopManager instance which hosts the WebForm. When integrated, the notification popup window will be displayed at desktop level instead of current Window. This feature enables end users to conveniently access to the notification popup regardless of the active Window.
When WebNotification is integrated to WebDesktopManager, the notification popup window will be displayed at desktop level instead of current Window. This feature enables end users to conveniently access the notification popup regardless of the active Window.
The display position of the notification popup window is set to RightBottom by default (as in most modern applications). You may want to change the display to other position by changing the DisplayPosition property.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2