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