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

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412