Version

GetSpellCheckTarget Method (EmbeddableEditorBase)

Gets the current spell check target
Syntax
'Declaration
 
Public Overridable Function GetSpellCheckTarget() As Object
public virtual object GetSpellCheckTarget()

Return Value

A control that derives from TextBoxBase or an object that implements the Infragistics.Win.UltraWinSpellChecker.ISpellCheckTarget interface or null.
Remarks
The default implementation returns null. Derived classes that override this method and a non-null value must also override the SupportsSpellChecking property and return true.
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