[]
Interface used to provide as-you-type spell-checking services using a C1SpellChecker.
public interface ISpellCheckableRichEditor : ISpellCheckableEditor
The C1SpellChecker can provide as-you-type spell-checking for classes derived from the RichTextBox class.
To use C1SpellChecker with other editors, you should create a class that implements the ISpellCheckableRichEditor interface on behalf of the editor.
Name | Description |
---|---|
GetBaselineOffset(CharRange) | Gets the distance in pixels between the Y position returned by GetPositionFromCharIndex(int) and the baseline where the red underline is to be painted. |
GetCharIndexFromPosition(Point) | Gets the index of the character closest to the specified location. |
GetPositionFromCharIndex(int) | Gets the location within the control at the specified character index. |