Remarks
This method throws an exception, if called while the Spell
Checks text for spelling errors and fills the Incorrect
public void Check(string text);Public Sub Check(text As String)public void Check(string text, System.Globalization.CultureInfo language);Public Sub Check(text As String, language As System.Globalization.CultureInfo)| Parameter | Description |
|---|---|
| text | Specifies the text to spell check. |
| language | The language that is used to spell check the specified text. |
This method throws an exception, if called while the Spell
Learn more about the TXText