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