Version

WindowLiveMessengerClientAreaBackgroundUIElement Class

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

Windows Live Messenger draws its background using a "split" gradient, where the top half has a VerticalBump gradient, and the bottom half has a solid background. This element makes it possible to achieve this look without performing any customing drawing, and without exposing separate appearance properties for each area.

The element only appears when the following properties of the Appearance, or their AppStyling equivalents, have not been explicitly set:

  • Infragistics.Win.AppearanceBase.BackGradientStyle"
  • Infragistics.Win.AppearanceBase.BackHatchStyle"
  • Infragistics.Win.AppearanceBase.ImageBackground"

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