Version

UltraDesktopAlertShowWindowInfo Class Members

The following tables list the members exposed by UltraDesktopAlertShowWindowInfo.

Public Constructors
 NameDescription
Public ConstructorUltraDesktopAlertShowWindowInfo ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyCaptionGets/sets the caption portion of the link to display in the desktop alert window associated with this instance.  
Public PropertyDataGets/sets an object which can be used to pass additional data which is related to a desktop alert window to the DesktopAlertLinkClicked event.  
Public PropertyDesktopAlertReturns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component.  
Public PropertyFooterTextGets/sets the text for the link which is displayed in the desktop alert window’s footer section.  
Public PropertyImageGets/sets the image which is displayed in the desktop alert window associated with this instance.  
Public PropertyKeyGets/sets a value that can be used to identify the desktop alert window associated with this instance.  
Public PropertyPinButtonVisibleSpecifies whether the desktop alert window displays a pin button, which, when clicked by the end user, toggles the value of the Pinned property.  
Public PropertyPinnedSpecifies whether the desktop alert window should be "pinned", i.e., not observe the value of the AutoClose property of the associated UltraDesktopAlert component.  
Public PropertyScreenGets/sets the monitor on which to display the associated desktop alert window.  
Public PropertyScreenLocationGets/sets the location at which to display the associated desktop alert window, expressed in screen coordinates.  
Public PropertyScreenPositionGets/sets the position (i.e., which corner of the screen) at which to display the associated desktop alert window.  
Public PropertyScreenPositionResolvedReturns the resolved value of the ScreenPosition property.  
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 PropertyTextGets/sets the text portion of the link to display in the desktop alert window associated with this instance.  
Public PropertyVisibleAlertButtonsReturns the DesktopAlertVisibleButtonsCollection instance from which UltraDesktopAlertButton instances can be removed to make them hidden for this particular desktop alert window.  
Public Methods
 NameDescription
Public MethodCloneReturns a memberwise copy of this UltraDesktopAlertShowWindowInfo instance.  
Public MethodResetSets all properties of this instance to their respective default values.  
See Also