Keyoti RapidSpell Silverlight API Docs
SetTextComponentToCheck Method (textComponent)
APIKeyoti.RapidSpellRapidSpellGUIPresenterSetTextComponentToCheck(TextBox)
Keyoti RapidSpell Silverlight
Set the TextBox that this GUI will spell check.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void SetTextComponentToCheck(
	TextBox textComponent
)
Public Overridable Sub SetTextComponentToCheck ( 
	textComponent As TextBox
)
public:
virtual void SetTextComponentToCheck(
	TextBox^ textComponent
)
abstract SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
override SetTextComponentToCheck : 
        textComponent : TextBox -> unit 
Parameters
textComponent (TextBox)
Exceptions
ExceptionCondition
ArgumentNullExceptionIf textComponent parameter is null.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)