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