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#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void SetTextComponentToCheck(
	TextBox textComponent
)
public virtual void SetTextComponentToCheck(
	TextBox textComponent
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As TextBox
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As TextBox
)
public:
virtual void SetTextComponentToCheck(
	TextBox^ textComponent
)
public:
virtual void SetTextComponentToCheck(
	TextBox^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
override SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
abstract SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
override SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
Parameters
textComponent (TextBox)
the TextBox 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