Version

GripIndicatorUIElement Class

Represents the grip area of the desktop alert window in the user interface. Used only when the UltraDesktopAlert.Style property is set to 'Office2007'.
Syntax
'Declaration
 
Public Class GripIndicatorUIElement 
   Inherits DesktopAlertImageUIElementBase
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class GripIndicatorUIElement : DesktopAlertImageUIElementBase, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The GripIndicatorUIElement contains no child elements. It derives from Infragistics.Win.ImageUIElement, and displays an image which indicates that the desktop alert window can be moved by the end user. The visual appearance of the GripIndicatorUIElement is controlled by the UltraDesktopAlert.GripAreaAppearance property; if the Image property of the GripAreaAppearance is explicitly set, that image is displayed in place of the default image. The image is always displayed at a fixed size as defined by the ElementSize property. The ForeColor property of the GripAreaAppearance is used as a base color when the Image property is not explicitly set. The GripIndicatorUIElement is only displayed when the UltraDesktopAlert.AllowMove property resolves to true, and also only displayed when the UltraDesktopAlert.Style property is set to 'Office2007'.

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