Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAutoCorrectProvider.CalculateAutoCorrectInfo() Method

Creates the AutoCorrectInfo object from input text for further analysis.

Namespace: DevExpress.XtraRichEdit.Services

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

NuGet Package: DevExpress.RichEdit.Core

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