[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.C1SpellDialog

C1SpellDialog Class

Dialog that displays spelling mistakes and allows the user to correct them.

Namespace: C1.Win.C1SpellChecker
Assembly: C1.Win.C1SpellChecker.4.8.dll
Syntax
public class C1SpellDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISpellDialog
Remarks

This dialog is created and shown by the C1SpellChecker component when you call the CheckControl(ISpellCheckableEditor) method.

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.

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
Dispose(bool)

Clean up any resources being used.

Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList)

Initializes the dialog to use the given parameters.

OnErrorDisplayed(EventArgs)

Raises the ErrorDisplayed event.

OnLoad(EventArgs)

Raises the Load event.

Events

Name Description
ErrorDisplayed

Occurs when the C1SpellDialog displays an error. to the user.