Bring up the spell checker Form and start checking the component set by SetTextComponentToCheck.
| C# | Visual Basic | Visual C++ |
public virtual void Check()
Public Overridable Sub Check
public: virtual void Check()
| Exception | Condition |
|---|---|
| NoTextComponentException | if SetTextComponentToCheck hasn't be called first with a TextBoxBase object. |