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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void SetTextComponentToCheck(
	TextBox textComponent
)
void SetTextComponentToCheck(
	TextBox textComponent
)
Sub SetTextComponentToCheck ( 
	textComponent As TextBox
)
Sub SetTextComponentToCheck ( 
	textComponent As TextBox
)
void SetTextComponentToCheck(
	TextBox^ textComponent
)
void SetTextComponentToCheck(
	TextBox^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
abstract SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
Parameters
textComponent (TextBox)
the TextBoxBase that this will spell check.
Exceptions
ExceptionCondition
ArgumentNullExceptionif textComponent parameter is null.

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214