Remove a text component to be checked from the collection.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public virtual void RemoveTextComponent( TextBox textComponent )
public virtual void RemoveTextComponent( TextBox textComponent )
Public Overridable Sub RemoveTextComponent ( textComponent As TextBox )
Public Overridable Sub RemoveTextComponent ( textComponent As TextBox )
public: virtual void RemoveTextComponent( TextBox^ textComponent )
public: virtual void RemoveTextComponent( TextBox^ textComponent )
abstract RemoveTextComponent : textComponent : TextBox -> unit override RemoveTextComponent : textComponent : TextBox -> unit
abstract RemoveTextComponent : textComponent : TextBox -> unit override RemoveTextComponent : textComponent : TextBox -> unit

- textComponent (TextBox)
- The text box to no longer be spell checked

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