C1.WPF Namespace : ISpellChecker Interface |
The following tables list the members exposed by ISpellChecker.
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 | Shows a spell-checking dialog for an editor control. |
![]() | CheckText | Checks a string containing text and returns a list of spelling errors. |
![]() | GetSuggestions | Gets a list of suggestions for a misspelled word. |
![]() | ShowSuggestionsMenu | 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. |