Keyoti RapidSpell Desktop .NET API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetTextComponentToCheck(ISpellCheckableTextComponent2)
Keyoti RapidSpell Desktop .NET
Sets the ISpellCheckableTextComponent2 that this GUI will spell check.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SetTextComponentToCheck(
	ISpellCheckableTextComponent2 textComponent
)
Public Sub SetTextComponentToCheck ( 
	textComponent As ISpellCheckableTextComponent2
)
public:
void SetTextComponentToCheck(
	ISpellCheckableTextComponent2^ textComponent
)
member SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent2 -> unit 
Parameters
textComponent (ISpellCheckableTextComponent2)
the ISpellCheckableTextComponent2 that this will spell check.
Exceptions
ExceptionCondition
ArgumentNullExceptionif textComponent parameter is null.

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204