Version

AdornmentLayerInfo Constructor

Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal beforeKeys As IEnumerable(Of String), _
   ByVal afterKeys As IEnumerable(Of String) _
)
public AdornmentLayerInfo( 
   string key,
   IEnumerable<string> beforeKeys,
   IEnumerable<string> afterKeys
)

Parameters

key
The string identifier assigned to Infragistics.Controls.Editors.Primitives.AdornmentLayers created from this AdornmentLayerInfo.
beforeKeys
An array of string keys that represent the Infragistics.Controls.Editors.Primitives.AdornmentLayers before which the current Infragistics.Controls.Editors.Primitives.AdornmentLayer should be sorted.
afterKeys
An array of string keys that represent the Infragistics.Controls.Editors.Primitives.AdornmentLayers after which the current Infragistics.Controls.Editors.Primitives.AdornmentLayer should be sorted.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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