Version

WindowClientAreaUIElement Class

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

The WindowClientAreaUIElement contains the following child elements:

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. To achieve this look, two WindowLiveMessengerClientAreaBackgroundUIElement instances are added to this element's ChildElements collection, one for the top half and another for the bottom half. The WindowLiveMessengerClientAreaBackgroundUIElement only appears under the WindowsLiveMessenger style, and only 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"


When any of these properties have been explicitly set, the WindowLiveMessengerClientAreaBackgroundUIElements are not displayed, and the background is drawn in the usual manner for this element.

The visual appearance of the WindowClientAreaUIElement is determined by the Appearance.

The name of the Infragistics.Win.AppStyling.UIRole for this element is DesktopAlertControlArea.

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