Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IAutoCorrectProvider.CalculateAutoCorrectInfo() Method

Creates the AutoCorrectInfo object from input text for further analysis.

Namespace: DevExpress.XtraRichEdit.Services

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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