Add a text component to be checked to the collection.

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

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

If textboxes are to be dynamically added/removed from the collection of textboxes to check, call this and RemoveTextComponent
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214