Infragistics(R) NetAdvantage(R) Windows Forms
GetSpellCheckTarget Method
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > EmbeddableEditorBase Class : GetSpellCheckTarget Method

Gets the current spell check target

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetSpellCheckTarget() As Object
C# 
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.

See Also