Version

CreateSpellCheckTargetImplementation Method

Creates an Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget instance which provides spell checking support for the specified object.
Syntax
'Declaration
 
Protected Overridable Function CreateSpellCheckTargetImplementation( _
   ByVal spellCheckTarget As Object _
) As Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget
protected virtual Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget CreateSpellCheckTargetImplementation( 
   object spellCheckTarget
)

Parameters

spellCheckTarget
The object of which to get the spell check target.

Return Value

An Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget instance which provides spell checking support for the specified object.
Remarks
Override this in a base class to provide different Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget instances for objects.
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