Version

ResolveErrorAppearance Method

Resolves the error appearance for an embeddable editor associated with the specified Control.
Syntax
'Declaration
 
Sub ResolveErrorAppearance( _
   ByVal extendee As Control, _
   ByVal isProvidedEditor As Boolean, _
   ByVal embeddableElement As EmbeddableUIElementBase, _
   ByRef appearance As AppearanceData, _
   ByRef requestedProps As AppearancePropFlags _
) 

Parameters

extendee
The Control to to which the Infragistics.Win.Misc.ValidationSettings instance which provides the error appearance has been extended.
isProvidedEditor
Specifies whether the error appearance is to be resolved for an editor that was provided via the IProvidesEmbeddableEditor interface. Implementors might provide different ultimate default property values based on the value of this parameter.
embeddableElement
The EmbeddableUIElementBase-derived element for which the appearance is being resolved.
appearance
[ref] A reference to the AppearanceData struct to be resolved.
requestedProps
[ref] A reference to the AppearancePropFlags value which defines the properties to be resolved.
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