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

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412