Version

MainImageAreaUIElement Class

Represents the caption area of the desktop alert window in the user interface.
Syntax
'Declaration
 
Public Class MainImageAreaUIElement 
   Inherits DesktopAlertUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class MainImageAreaUIElement : DesktopAlertUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The MainImageAreaUIElement contains the following child elements:

A border can be drawn around the MainImageUIElement, the color of which is determined by the UltraDesktopAlert.MainImageAreaBorderColor property. When the MainImageAreaBorderColor property is set to Color.Transparent, no border is drawn.

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