Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public interface ISpellCheckableEditor |
| Visual Basic |
|---|
Public Interface ISpellCheckableEditor |
Remarks
The C1SpellChecker can provide spell-checking for classes derived from the [!:TextBoxBase] class (TextBox and RichTextBox).
To use C1SpellChecker with other editors, you should create a class that implements the ISpellCheckableEditor interface on behalf of the editor.