[]
Interface that must be implemented by dialogs used with the CheckControl(TextBoxBase, bool, ISpellDialog) methods.
public interface ISpellDialog
Name | Description |
---|---|
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. |