UltraDesktopAlertShowWindowInfo Class Members
The following tables list the members exposed by UltraDesktopAlertShowWindowInfo.
Public Properties
| Name | Description |
 | Caption | Gets/sets the caption portion of the link to display in the desktop alert window associated with this instance. |
 | Data | Gets/sets an object which can be used to pass additional data which is related to a desktop alert window to the DesktopAlertLinkClicked event. |
 | DesktopAlert | Returns the UltraDesktopAlert component associated with this instance, or null if this instance is not currently associated with an UltraDesktopAlert component. |
 | FooterText | Gets/sets the text for the link which is displayed in the desktop alert window’s footer section. |
 | Image | Gets/sets the image which is displayed in the desktop alert window associated with this instance. |
 | Key | Gets/sets a value that can be used to identify the desktop alert window associated with this instance. |
 | PinButtonVisible | Specifies whether the desktop alert window displays a pin button, which, when clicked by the end user, toggles the value of the Pinned property. |
 | Pinned | Specifies whether the desktop alert window should be "pinned", i.e., not observe the value of the AutoClose property of the associated UltraDesktopAlert component. |
 | Screen | Gets/sets the monitor on which to display the associated desktop alert window. |
 | ScreenLocation | Gets/sets the location at which to display the associated desktop alert window, expressed in screen coordinates. |
 | ScreenPosition | Gets/sets the position (i.e., which corner of the screen) at which to display the associated desktop alert window. |
 | ScreenPositionResolved | Returns the resolved value of the ScreenPosition property. |
 | Sound | Gets/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. |
 | Text | Gets/sets the text portion of the link to display in the desktop alert window associated with this instance. |
 | VisibleAlertButtons | Returns the DesktopAlertVisibleButtonsCollection instance from which UltraDesktopAlertButton instances can be removed to make them hidden for this particular desktop alert window. |
Public Methods
See Also