[]
Provides spell checking services.
public interface ISpellChecker
This interface is implemented by C1SpellChecker in the C1.Silverlight.SpellChecker assembly.
| Name | Description |
|---|---|
| Enabled | Gets a value that indicates whether the main spelling dictionary has been loaded. |
| IgnoreList | Gets the list of words to ignore during spell-checking. |
| UserDictionary | Gets the user dictionary used for spell-checking. |
| Name | Description |
|---|---|
| CheckControlAsync(object) | Shows a spell-checking dialog for an editor control. |
| CheckText(string) | Checks a string containing text and returns a list of spelling errors. |
| GetSuggestions(string, int) | Gets a list of suggestions for a misspelled word. |
| ShowSuggestionsMenu(object, Point, string, Action<string>) | Shows a context menu with suggestions for a misspelled word. |
| Name | Description |
|---|---|
| DictionaryChanged | Event that fires when any of the spell dictionaries changes in any way. |