[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.C1SpellDialog

C1SpellDialog Class

Dialog window implementing ISpellDialog.

Inheritance
C1SpellDialog
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class C1SpellDialog : C1Window, ISpellDialog, IComponentConnector

Constructors

Name Description
C1SpellDialog()

Initializes a new instance of a C1SpellDialog.

Properties

Name Description
CurrentError

Gets the CharRange object that represents the error currently displayed in the dialog.

Editor

Gets a reference to the ISpellCheckableEditor object being spell-checked.

ErrorCount

Gets the total number of errors detected in the control.

ErrorIndex

Gets or sets the index of the current error into the Errors list.

Errors

Gets a CharRangeList object with all the errors detected by the C1SpellChecker component that owns the dialog.

Methods

Name Description
Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList)

Initializes the dialog to use the given parameters.

InitializeComponent()

InitializeComponent

OnErrorDisplayed(EventArgs)

Raises the ErrorDisplayed event.

Events

Name Description
ErrorDisplayed

Event that fires when the C1SpellDialog displays an error to the user.