Bring up the spell checker Form and start checking the component set by SetTextComponentToCheck.
 Declaration Syntax
 Declaration Syntax| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# | 
public virtual void Check()
public virtual void Check()
Public Overridable Sub Check
Public Overridable Sub Check
public: virtual void Check()
public: virtual void Check()
abstract Check : unit -> unit override Check : unit -> unit
abstract Check : unit -> unit override Check : unit -> unit
 Exceptions
 Exceptions| Exception | Condition | 
|---|---|
| NoTextComponentException | if SetTextComponentToCheck hasn't be called first with a TextBoxBase object. | 
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412

