Skip to main content

IAutoCorrectProvider.CalculateAutoCorrectInfo() Method

Creates the AutoCorrectInfo object from input text for further analysis.

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

AutoCorrectInfo CalculateAutoCorrectInfo()

Returns

Type Description
AutoCorrectInfo

An AutoCorrectInfo object providing input text and methods to analyze it.

Remarks

When implementing an IAutoCorrectProvider descendant, use the CalculateAutoCorrectInfo method of the base class.

See Also