Bring up the spell checker Form and start checking the TextBoxBase textComponent.
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public virtual void Check( ISpellCheckableTextComponent textComponent )
public virtual void Check( ISpellCheckableTextComponent textComponent )
Public Overridable Sub Check ( textComponent As ISpellCheckableTextComponent )
Public Overridable Sub Check ( textComponent As ISpellCheckableTextComponent )
public: virtual void Check( ISpellCheckableTextComponent^ textComponent )
public: virtual void Check( ISpellCheckableTextComponent^ textComponent )
abstract Check : textComponent : ISpellCheckableTextComponent -> unit override Check : textComponent : ISpellCheckableTextComponent -> unit
abstract Check : textComponent : ISpellCheckableTextComponent -> unit override Check : textComponent : ISpellCheckableTextComponent -> unit
 Parameters
 Parameters- textComponent (ISpellCheckableTextComponent)
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | if textComponent parameter is null. | 
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

