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