[]
        
(Showing Draft Content)

C1.Win.SpellChecker.ISpellDialog

ISpellDialog Interface

Interface that must be implemented by dialogs used with the CheckControl(TextBoxBase, bool, ISpellDialog) methods.

Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.8.dll
Syntax
public interface ISpellDialog

Properties

Name Description
ErrorCount

Gets the number of errors initially detected by the C1SpellChecker that controls this dialog.

Methods

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.