Keyoti RapidSpell Desktop .NET API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetTextComponentToCheck(ISpellCheckableTextComponent)
Keyoti RapidSpell Desktop .NET
Sets the ISpellCheckableTextComponent that this GUI will spell check.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SetTextComponentToCheck(
	ISpellCheckableTextComponent textComponent
)
Public Sub SetTextComponentToCheck ( 
	textComponent As ISpellCheckableTextComponent
)
public:
virtual void SetTextComponentToCheck(
	ISpellCheckableTextComponent^ textComponent
) sealed
abstract SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
override SetTextComponentToCheck : 
        textComponent : ISpellCheckableTextComponent -> unit 
Parameters
textComponent (ISpellCheckableTextComponent)
the ISpellCheckableTextComponent 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