Version

UltraDesktopAlertWindowInfo Class Properties

For a list of all members of this type, see UltraDesktopAlertWindowInfo members.

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.  
See Also