Version

MainImageUIElement Class

Represents the main image of the desktop alert window in the user interface.
Syntax
'Declaration
 
Public Class MainImageUIElement 
   Inherits DesktopAlertImageUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class MainImageUIElement : DesktopAlertImageUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The image displayed by the MainImageUIElement is determined by the UltraDesktopAlertShowWindowInfo.Image property, assuming this property is explicitly set. In the case where the Image property of the UltraDesktopAlertShowWindowInfo class is not explicitly set, the Image property of the UltraDesktopAlert.Appearance is used. In this case, the same image is displayed for all desktop alert window instances. In the case where the Image property of the Appearance is not explicitly set, the default image is displayed. The size at which the image is displayed is determined by the UltraDesktopAlert.ImageSize property; to prevent the image from appearing, set that property's value to Size.Empty.

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