Version

UltraDesktopAlertWindowInfo Class

Class used to provide information about, and provide programmatic access to, a desktop alert window.
Syntax
'Declaration
 
Public Class UltraDesktopAlertWindowInfo 
   Inherits Infragistics.Shared.DisposableObject
public class UltraDesktopAlertWindowInfo : Infragistics.Shared.DisposableObject 
Remarks

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 Pinned property.

An UltraDesktopAlertWindowInfo instance can also be used to programmatically close the associated desktop alert by calling its 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 System.EventArgs-derived instances which are passed to the UltraDesktopAlert events. This makes it possible for listeners of the events to know which desktop alert window the event is being fired for.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also