Keyoti RapidSpell WPF API Docs
AddTextComponent Method (textComponent)
APIKeyoti.RapidSpell.WpfRapidSpellAsYouTypeAddTextComponent(IAYTTextBox)
Keyoti RapidSpell WPF
Add a text component to be checked to the collection.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public virtual void AddTextComponent(
	IAYTTextBox textComponent
)
public virtual void AddTextComponent(
	IAYTTextBox textComponent
)
Public Overridable Sub AddTextComponent ( 
	textComponent As IAYTTextBox
)
Public Overridable Sub AddTextComponent ( 
	textComponent As IAYTTextBox
)
public:
virtual void AddTextComponent(
	IAYTTextBox^ textComponent
)
public:
virtual void AddTextComponent(
	IAYTTextBox^ textComponent
)
abstract AddTextComponent : 
        textComponent : IAYTTextBox -> unit 
override AddTextComponent : 
        textComponent : IAYTTextBox -> unit 
abstract AddTextComponent : 
        textComponent : IAYTTextBox -> unit 
override AddTextComponent : 
        textComponent : IAYTTextBox -> unit 
Parameters
textComponent (IAYTTextBox)
The text box to be spell checked
Remarks
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