The ISpellCheckableEditor type exposes the following members.

Methods

  Name Description
Public method BeginSpell
Called when the spell-checking process starts.
Public method EndSpell
Called when the spell-checking process ends.
Public method HasMoreText
Gets the next batch of text to spell check using the same modal dialog.
Public method Select
Selects a range of text in the editor.

Properties

  Name Description
Public property Control
Gets a reference to the Control that implements the editor.
Public property SelectedText
Gets or sets the text that is selected in the editor.
Public property SelectionLength
Gets or sets the length of text selected in the editor.
Public property SelectionStart
Gets or sets the starting index of text selected in the editor.
Public property Text
Gets or sets the text in the editor.

See Also