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