[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.ISpellDialog

ISpellDialog Interface

Interface that must be implemented by dialogs to provide spell checking.

Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public interface ISpellDialog

Properties

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.

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.