Keyoti RapidSpell Desktop .NET API Docs
AddTextBoxBase Method (textComponent)
APIKeyoti.RapidSpellRapidSpellAsYouTypeAddTextBoxBase(TextBoxBase)
Keyoti RapidSpell Desktop .NET
Add a text component to be checked to the collection.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void AddTextBoxBase(
	TextBoxBase textComponent
)
public virtual void AddTextBoxBase(
	TextBoxBase textComponent
)
Public Overridable Sub AddTextBoxBase ( 
	textComponent As TextBoxBase
)
Public Overridable Sub AddTextBoxBase ( 
	textComponent As TextBoxBase
)
public:
virtual void AddTextBoxBase(
	TextBoxBase^ textComponent
)
public:
virtual void AddTextBoxBase(
	TextBoxBase^ textComponent
)
abstract AddTextBoxBase : 
        textComponent : TextBoxBase -> unit 
override AddTextBoxBase : 
        textComponent : TextBoxBase -> unit 
abstract AddTextBoxBase : 
        textComponent : TextBoxBase -> unit 
override AddTextBoxBase : 
        textComponent : TextBoxBase -> unit 
Parameters
textComponent (TextBoxBase)
The text box to be spell checked
Remarks
If textboxes are to be dynamically added/removed from the collection of textboxes to check, call this and RemoveTextComponent

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