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

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