[]
Dialog that displays spelling mistakes and allows the user to correct them.
public class C1SpellDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, ISpellDialog
This dialog is created and shown by the C1SpellChecker component when you call the CheckControl(ISpellCheckableEditor) method.
Name | Description |
---|---|
C1SpellDialog() | Initializes a new instance of a C1SpellDialog. |
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. |
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. |
Name | Description |
---|---|
ErrorDisplayed | Occurs when the C1SpellDialog displays an error. to the user. |