[]
Dialog window implementing ISpellDialog.
public class C1SpellDialog : C1Window, ISpellDialog, IComponentConnector
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. |
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. |
Name | Description |
---|---|
Initialize(C1SpellChecker, ISpellCheckableEditor, CharRangeList) | Initializes the dialog to use the given parameters. |
InitializeComponent() | InitializeComponent |
OnErrorDisplayed(EventArgs) | Raises the ErrorDisplayed event. |
Name | Description |
---|---|
ErrorDisplayed | Event that fires when the C1SpellDialog displays an error to the user. |