Top Method Summary
Options Name Purpose
HandleDesktopAlertClosed (Object, DesktopAlertClosedEventArgs) Handles the DesktopAlertClosed event of the static UltraDesktopAlert instance and drops the corresponding UltraDesktopAlertWindowInfo from the open-alerts list so it can be garbage-collected.
Infragistics.Win.Misc.UltraDesktopAlertWindowInfo Show (character, character) Shows an UltraDesktopAlert
Infragistics.Win.Misc.UltraDesktopAlertWindowInfo Show (character, character, character) Shows an UltraDesktopAlert with a caller-supplied image

Top Constructor Summary
Options Name Purpose
DesktopAlertHelper () Static constructor for the DesktopAlertHelper class
DesktopAlertHelper () Private constructor for the DesktopAlertHelper class


Method Detail
Top

HandleDesktopAlertClosed (Object, DesktopAlertClosedEventArgs)

Purpose: Handles the DesktopAlertClosed event of the static UltraDesktopAlert
instance and drops the corresponding UltraDesktopAlertWindowInfo
from the open-alerts list so it can be garbage-collected.
Notes:

Parameters:
sender System.Object
The sender of the event
e Infragistics.Win.Misc.DesktopAlertClosedEventArgs
The DesktopAlertClosedEventArgs with information about the closed alert
Top

Infragistics.Win.Misc.UltraDesktopAlertWindowInfo Show (character, character)

Purpose: Shows an UltraDesktopAlert
Notes:

Parameters:
pcMessageTitle CHARACTER
The title for the desktop alert
pcMessageText CHARACTER
The text for the desktop alert
Returns Infragistics.Win.Misc.UltraDesktopAlertWindowInfo
The reference to the UltraDesktopAlertWindowInfo for the new alert
Top

Infragistics.Win.Misc.UltraDesktopAlertWindowInfo Show (character, character, character)

Purpose: Shows an UltraDesktopAlert with a caller-supplied image
Notes: The image is loaded from the propath using ImageHelper. When
the file is not found on the propath the alert is shown
without an image. The returned UltraDesktopAlertWindowInfo
is also held in an internal list until its DesktopAlertClosed event
fires so it stays visible for its full duration even when
the caller drops the return value.

Parameters:
pcMessageTitle CHARACTER
The title for the desktop alert
pcMessageText CHARACTER
The text for the desktop alert
pcImageFileName CHARACTER
The propath-relative image file name (may be ? or empty for no image)
Returns Infragistics.Win.Misc.UltraDesktopAlertWindowInfo
The reference to the UltraDesktopAlertWindowInfo for the new alert


Constructor Detail
Top

STATIC DesktopAlertHelper ()

Purpose: Static constructor for the DesktopAlertHelper class
Notes:

Top

DesktopAlertHelper ()

Purpose: Private constructor for the DesktopAlertHelper class
Notes: Disallow instance creation



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       11.05.2026 06:30:42