[]
Interface that must be implemented by dialogs to provide spell checking.
public interface ISpellDialog
| Name | Description |
|---|---|
| Editor | Gets the ISpellCheckableEditor object that is being spell-checked. |
| ErrorCount | Gets the number of errors initially detected by the C1SpellChecker that controls this dialog. |
| Name | Description |
|---|---|
| Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList) | Initializes the dialog with the C1SpellChecker being used to check the spelling on a control, the ISpellCheckableEditor control that is being checked, and an initial CharRangeList that contains the list of errors detected by the spell checker. |