IAutoCorrectProvider.CalculateAutoCorrectInfo() Method
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
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