Version

ResolveGripAreaAppearance Method

Resolves the appearance for the caption area of the desktop alert windows displayed by this UltraDesktopAlert instance. Applicable only when the Style property resolves to 'Office2007'.
Syntax
'Declaration
 
Public Sub ResolveGripAreaAppearance( _
   ByRef appearance As Infragistics.Win.AppearanceData, _
   ByRef requestedProps As Infragistics.Win.AppearancePropFlags _
) 
public void ResolveGripAreaAppearance( 
   ref Infragistics.Win.AppearanceData appearance,
   ref Infragistics.Win.AppearancePropFlags requestedProps
)

Parameters

appearance
A reference to an Infragistics.Win.AppearanceData struct which contains the appearance data.
requestedProps
A reference to an Infragistics.Win.AppearancePropFlags enumeration which describes the appearance properties whose values are to be resolved.
Remarks

The grip area is situated at the top of the desktop alert window; when the AllowMove property resolves to true, a grip indicator is displayed within the grip area, to provide a visual cue to the end user that suggests the window can be dragged to a different location.

The Application Styling equivalent of the Appearance property is realized through the DesktopAlertControlAreaInfragistics.Win.AppStyling.UIRole.

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