Version

RemoveAdornment Method

Removes an adornment from the AdornmentLayer
Syntax
'Declaration
 
Public Function RemoveAdornment( _
   ByVal adornmentInfo As AdornmentInfo _
) As Boolean
public bool RemoveAdornment( 
   AdornmentInfo adornmentInfo
)

Parameters

adornmentInfo
The Infragistics.Controls.Editors.AdornmentInfo associated with the adornment to remove.

Return Value

True if the adornment represented by the specified Infragistics.Controls.Editors.AdornmentInfo was found and removed, otherwise false.
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