Perform Spell Checking
Use these methods to spell check a control, a string, or a single word. Typically, you will use only one method depending on the type of application you are developing.
Method |
Description |
Use this method to spell check the contents of a given control derived from TextBoxBase. | |
Use this method to spell check a single word or multiple words. | |
Use this method to spell check a control as the user types. Also set the TypingErrorAction property to specify the action to be taken when an error is found, or trap the TypingError event to provide custom error handling. |
|