Skip to main content
A newer version of this page is available. .

SpellChecker.CalcError(Point) Method

Performs a spell check of the word, which occupies the rectangular area to which the specified point belongs.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.SpellChecker

Declaration

public virtual SpellCheckErrorBase CalcError(
    Point p
)

Parameters

Name Type Description
p Point

A Point that aims the spell checker to test a word located at that point.

Returns

Type Description
SpellCheckErrorBase

A DevExpress.XtraSpellChecker.Rules.SpellCheckErrorBase class instance that contains information on the checked word and found suggestions.

Remarks

Use this method to check the spelling of the word located at arbitrary point within an editor.

See Also