Keyoti RapidSpell Desktop .NET API Docs
RemoveTextComponent Method (textComponent)
APIKeyoti.RapidSpellRapidSpellAsYouTypeRemoveTextComponent(IAYTTextBox)
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 RemoveTextComponent(
	IAYTTextBox textComponent
)
public virtual void RemoveTextComponent(
	IAYTTextBox textComponent
)
Public Overridable Sub RemoveTextComponent ( 
	textComponent As IAYTTextBox
)
Public Overridable Sub RemoveTextComponent ( 
	textComponent As IAYTTextBox
)
public:
virtual void RemoveTextComponent(
	IAYTTextBox^ textComponent
)
public:
virtual void RemoveTextComponent(
	IAYTTextBox^ textComponent
)
abstract RemoveTextComponent : 
        textComponent : IAYTTextBox -> unit 
override RemoveTextComponent : 
        textComponent : IAYTTextBox -> unit 
abstract RemoveTextComponent : 
        textComponent : IAYTTextBox -> unit 
override RemoveTextComponent : 
        textComponent : IAYTTextBox -> unit 
Parameters
textComponent (IAYTTextBox)
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