| Visual Basic (Declaration) | |
|---|---|
Public Class UltraDesktopAlertWindowInfo Inherits Infragistics.Shared.DisposableObject | |
| C# | |
|---|---|
public class UltraDesktopAlertWindowInfo : Infragistics.Shared.DisposableObject | |
An UltraDesktopAlertWindowInfo instance essentially represents a snapshot of the UltraDesktopAlertShowWindowInfo instance that was used to show the desktop alert window. It exposes the same properties, although for the most part these properties are read-only, since most of the attributes of the desktop alert window cannot be changed once the desktop alert has been shown. One exception to this rule is the Infragistics.Win.Misc.UltraDesktopAlertWindowInfo.Pinned property.
An UltraDesktopAlertWindowInfo instance can also be used to programmatically close the associated desktop alert by calling its UltraDesktopAlertWindowInfo.Close method. An UltraDesktopAlertWindowInfo instance can also be used to determine whether the associated desktop alert window is currently open, using the IsOpen(UltraDesktopAlertWindowInfo) method.
The UltraDesktopAlertWindowInfo instance associated with a desktop alert window is exposed by the