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


Glossary Item Box

Specifies whether the notification window is clickable when a notification event occured.

Syntax

Visual Basic (Declaration) 
Public Property NotifyWindowClickable As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebNotification
Dim value As Boolean
 
instance.NotifyWindowClickable = value
 
value = instance.NotifyWindowClickable
C# 
public bool NotifyWindowClickable {get; set;}

Remarks

You can enable the clickable window by simply setting this property to True, which allows you to set the popup window as clickable when the notification popup window appears. Using this feature you can redirect the users to other page when the control's window is displayed due to a notifiy event. For instance, you may want to launch the Mail Inbox home page when users clicked on the new email notification event.

You would also need to set the corresponding URL in the NotifyWindowURL 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.