Version

UltraDesktopAlertWindowInfo Class Members

The following tables list the members exposed by UltraDesktopAlertWindowInfo.

Public Properties
 NameDescription
Public PropertyBoundsReturns the current location and actual size of the associated desktop alert window.  
Public PropertyCaptionReturns the caption portion of the link that is displayed in the associated desktop alert window.  
Public PropertyDataReturns an object which represents additional data for the associated desktop alert window.  
Public PropertyDesktopAlertReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component.  
Public PropertyDesktopAlertWindowReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFooterTextReturns the text for the link which is displayed in the associated desktop alert window’s footer section.  
Public PropertyImageReturns the image which is displayed in the associated desktop alert window.  
Public PropertyImageResolvedReturns the resolved value of the Image property.  
Public PropertyKeyReturns a value that can be used to identify the desktop alert window associated with this instance.  
Public PropertyPinButtonVisibleReturns the value of the associated PinButtonVisible property.  
Public PropertyPinnedGets/sets whether the desktop alert window is "pinned", i.e., will not be automatically closed.  
Public PropertySoundGets/sets either the full path to a sound file, or the value of a constant from the Infragistics.Win.SoundEvents enumeration, which is played when the desktop alert window is about to be displayed.  
Public PropertyTextReturns the text portion of the link that is displayed in the desktop alert window associated with this instance.  
Public Methods
 NameDescription
Public MethodCloseCloses the associated desktop alert window.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when this instance has been disposed.  
See Also