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

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204