| Visual Basic (Declaration) | |
|---|---|
Public Class UltraDesktopAlert Inherits Infragistics.Win.UltraComponentControlManagerBase Implements Infragistics.Shared.IUltraComponent, Infragistics.Shared.IUltraLicensedComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl | |
| C# | |
|---|---|
public class UltraDesktopAlert : Infragistics.Win.UltraComponentControlManagerBase, Infragistics.Shared.IUltraComponent, Infragistics.Shared.IUltraLicensedComponent, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IUltraControl | |
The Infragistics UltraDesktopAlert component provides the ability for the end developer to display an T:Infragistics.Win.UltraControlBase-derived control, hosted in a top-level window, which notifies the end user of some event. The end user can interact with the notification by clicking one of the hyperlinks (as defined by the UltraDesktopAlertShowWindowInfo.Caption, UltraDesktopAlertShowWindowInfo.Text, and UltraDesktopAlertShowWindowInfo.FooterText properties), which utilize the T:Infragistics.Win.FormattedLinkLabel.FormattedTextUIElement. User interaction is also supported via the AlertButtons collection, which extend the ability to customize the appearance and behavior of the buttons which appear alongside the bottom edge of the desktop alert window. The desktop alert windows exhibit animated effects when they appear and close, which are controlled by the AnimationStyleShow and AnimationStyleAutoClose properties. A desktop alert can be made to appear at any of the four corners of the user's screen, and also fully supports multi-monitor configurations, using the UltraDesktopAlertShowWindowInfo.ScreenPosition and UltraDesktopAlertShowWindowInfo.Screen properties, or can be displayed at an explicit screen location by setting the UltraDesktopAlertShowWindowInfo.ScreenLocation property. A sound can be played as the desktop alert window appears by setting the UltraDesktopAlertShowWindowInfo.Sound property, which supports the
The displaying of a desktop alert window is accomplished by a simple two-step process; first, an object of type UltraDesktopAlertShowWindowInfo is created, which exposes settable properties that extend the ability to change the attributes of the desktop alert, such as the text and formatting of the links it displays, the image it displays, and the sound that is played when it appears. The component's Show(UltraDesktopAlertShowWindowInfo) method is then called, which accepts as its only parameter the UltraDesktopAlertShowWindowInfo instance that was created in the first step. An object of type UltraDesktopAlertWindowInfo is returned from the Show method, which contains information about the desktop alert window, as well as a way to identify it and/or refer to it programmatically.
The following table cross references some of the features of the UltraDesktopAlert component with the members of the public object model which control them:
| Feature | Public members |
|---|---|
| Customizing look and feel of desktop alerts | |
| Controlling animation | |
| Displaying hyperlinks/formatted text | |
| Customizing images | |
| Playing sounds | |
| Customizing colors and visual formatting |
|
| Customizing the appearance and behavior of buttons | |
| Programmatic management of desktop alert windows | |
| Getting/setting the size and location of desktop alert windows | |
| Controlling whether/how desktop alert windows can be dismissed/moved by the end user | |
| Controlling whether multiple desktop alert windows can be displayed |