IAutoCorrectProvider.CalculateAutoCorrectInfo() Method
In This Article
Creates the AutoCorrectInfo object from input text for further analysis.
Namespace: DevExpress.XtraRichEdit.Services
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
AutoCorrectInfo CalculateAutoCorrectInfo()
#Returns
Type | Description |
---|---|
Auto |
An Auto |
#Remarks
When implementing an IAutoCorrectProvider descendant, use the CalculateAutoCorrectInfo method of the base class.
See Also