Keyoti RapidSpell WPF API Docs
RemoveTextComponent Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellAsYouTypeRemoveTextComponent(IAYTTextBox)
Keyoti RapidSpell WPF
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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214