Keyoti RapidSpell WPF API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterSetTextComponentToCheck(ISpellCheckableTextComponent2)
Keyoti RapidSpell WPF
Sets the ISpellCheckableTextComponent2 that this GUI will spell check.
Declaration Syntax
C#Visual BasicVisual C++
public void SetTextComponentToCheck(
	ISpellCheckableTextComponent2 textComponent
)
Public Sub SetTextComponentToCheck ( _
	textComponent As ISpellCheckableTextComponent2 _
)
public:
void SetTextComponentToCheck(
	ISpellCheckableTextComponent2^ textComponent
)
Parameters
textComponent (ISpellCheckableTextComponent2)
the ISpellCheckableTextComponent2 that this will spell check.
Exceptions
ExceptionCondition
ArgumentNullExceptionif textComponent parameter is null.

Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827