Keyoti RapidSpell WPF API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellGUIPresenterSetTextComponentToCheck(ISpellCheckableTextComponent)
Keyoti RapidSpell WPF
Sets the ISpellCheckableTextComponent that this GUI will spell check.
Declaration Syntax
C#Visual BasicVisual C++
public void SetTextComponentToCheck(
	ISpellCheckableTextComponent textComponent
)
Public Sub SetTextComponentToCheck ( _
	textComponent As ISpellCheckableTextComponent _
)
public:
void SetTextComponentToCheck(
	ISpellCheckableTextComponent^ textComponent
)
Parameters
textComponent (ISpellCheckableTextComponent)
the ISpellCheckableTextComponent 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