C1.WPF.SpellChecker Namespace / ISpellCheckableEditor Interface
Members

In This Topic
ISpellCheckableEditor Interface
In This Topic
Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.
Syntax
'Declaration
 
Public Interface ISpellCheckableEditor 
 
Remarks

The C1SpellChecker can provide spell-checking for classes implementing the required interface or basic System.Windows.Controls.TextBox controls.

To use C1SpellChecker with other editors, you should create a class that implements the ISpellCheckableEditor interface on behalf of the editor.

See Also