Sets the ISpellCheckableTextComponent that this GUI will spell check.
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public virtual void SetTextComponentToCheck( ISpellCheckableTextComponent textComponent )
public virtual void SetTextComponentToCheck( ISpellCheckableTextComponent textComponent )
Public Overridable Sub SetTextComponentToCheck ( textComponent As ISpellCheckableTextComponent )
Public Overridable Sub SetTextComponentToCheck ( textComponent As ISpellCheckableTextComponent )
public: virtual void SetTextComponentToCheck( ISpellCheckableTextComponent^ textComponent )
public: virtual void SetTextComponentToCheck( ISpellCheckableTextComponent^ textComponent )
abstract SetTextComponentToCheck : textComponent : ISpellCheckableTextComponent -> unit override SetTextComponentToCheck : textComponent : ISpellCheckableTextComponent -> unit
abstract SetTextComponentToCheck : textComponent : ISpellCheckableTextComponent -> unit override SetTextComponentToCheck : textComponent : ISpellCheckableTextComponent -> unit
 Parameters
 Parameters- textComponent (ISpellCheckableTextComponent)
- the ISpellCheckableTextComponent that this will spell check.
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | if textComponent parameter is null. | 
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

