Show a Notification either in the Status Bar and/or as a Popup Notification window.

Syntax

ISUserInterface.NotificationShow(notificationId, iconResourceId, applicationShortcutUrl, [showInStatusBar], [showPopupWindow], [text], [isTextHtml], [title], [closePopupAfterSeconds])

Parameters

NameTypeOptionalByRefDescription
notificationId String The Notification Id. If this matches a current Notification Id, the Status Bar details will be updated as will the Popup Notification window details.
iconResourceId String The Resource Id of the Icon to use.
applicationShortcutUrl String The Application Shortcut URL to execute when the Popup window text or the Status Bar icon is clicked.
showInStatusBar Boolean Optional Indicates whether to show an icon in the Status Bar. If omitted, a value of True is assumed.
showPopupWindow Boolean Optional Indicates whether to show a Popup Notification window. If omitted, a value of True is assumed.
text String Optional The Text to display as a Tooltip for the Status Bar icon of the text to display in the Popup Notification window.
isTextHtml Boolean Optional If omitted, a value of False is assumed.
title String Optional The Title to display in the Popup Notification window.
closePopupAfterSeconds Integer Optional The number of Seconds After which the Popup Notification window should Close or zero to never Close the window automatically. If omitted, a value of 10 is assumed.
Member of:
ISUserInterface
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0