ComponentOne SpellChecker for WPF and Silverlight
ISpellCheckableEditor Interface
Members 

C1.Silverlight.SpellChecker Namespace : ISpellCheckableEditor Interface
Interface used to provide modal (dialog-based) spell-checking using a C1SpellChecker.
Syntax
'Declaration
 
Public Interface ISpellCheckableEditor 
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

Reference

ISpellCheckableEditor Members
C1.Silverlight.SpellChecker Namespace