[]
        
(Showing Draft Content)

C1.WPF.ISpellChecker

ISpellChecker Interface

Provides spell checking services.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public interface ISpellChecker
Remarks

This interface is implemented by C1SpellChecker in the C1.Silverlight.SpellChecker assembly.

Properties

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.

Methods

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.

Events

Name Description
DictionaryChanged

Event that fires when any of the spell dictionaries changes in any way.