The Speller type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoCorrect |
Gets or sets a value that indicates whether auto correct is enabled.
| |
| IgnoreCompoundWords |
Gets or sets a value that indicates whether to ignore compound words.
| |
| IgnoreEmailAddresses |
Gets or sets a value that indicates whether to ignore Email addresses.
| |
| IgnoreFilenames |
Gets or sets a value that indicates whether to ignore filenames.
| |
| IgnoreHtmlTags |
Gets or sets a value that indicates whether to ignore HTML tags.
| |
| IgnoreInternetAddresses |
Gets or sets a value that indicates whether to ignore Internet addresses.
| |
| IgnoreRepeatedWords |
Gets or sets a value that indicates whether to ignore repeated words.
| |
| IgnoreWordsInMixedCase |
Gets or sets a value that indicates whether to ignore words in mixed case.
| |
| IgnoreWordsInUpperCase |
Gets or sets a value that indicates whether to ignore words in uppercase.
| |
| IgnoreWordsWithNumbers |
Gets or sets a value that indicates whether to ignore words with numbers.
| |
| MaxSuggestions |
Gets or sets the maximum number of suggestions.
|