[]
        
(Showing Draft Content)

C1.Win.SpellChecker.ISpellCheckableRichEditor

ISpellCheckableRichEditor Interface

Interface used to provide as-you-type spell-checking services using a C1SpellChecker.

Namespace: C1.Win.SpellChecker
Assembly: C1.Win.SpellChecker.8.dll
Syntax
public interface ISpellCheckableRichEditor : ISpellCheckableEditor
Remarks

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.

Methods

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.