The ISpellCheckableEditor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BeginSpell |
Called when the spell-checking process starts.
|
|
|
EndSpell |
Called when the spell-checking process ends.
|
|
|
HasMoreText |
Gets the next batch of text to spell check using the same modal dialog.
|
|
|
Select |
Selects a range of text in the editor.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Control |
Gets a reference to the Control that implements the editor.
|
|
|
SelectedText |
Gets or sets the text that is selected in the editor.
|
|
|
SelectionLength |
Gets or sets the length of text selected in the editor.
|
|
|
SelectionStart |
Gets or sets the starting index of text selected in the editor.
|
|
|
Text |
Gets or sets the text in the editor.
|