Intersoft WebDesktop Documentation
IntegratedToDesktopManager Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebNotification Class : IntegratedToDesktopManager Property


Glossary Item Box

Specifies whether the notification should be integrated to DesktopManager. When integrated, the notification will be displayed at desktop level instead of the caller's window.

Syntax

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;}

Remarks

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.

Requirements

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

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.