Back to Devexpress

IAutoCorrectService.ApplyAutoCorrectInfo(AutoCorrectInfo) Method

officefileapi-devexpress-dot-xtrarichedit-dot-services-dot-iautocorrectservice-dot-applyautocorrectinfo-x28-devexpress-dot-xtrarichedit-dot-autocorrectinfo-x29.md

latest1.4 KB
Original Source

IAutoCorrectService.ApplyAutoCorrectInfo(AutoCorrectInfo) Method

Performs a specified replacement.

Namespace : DevExpress.XtraRichEdit.Services

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void ApplyAutoCorrectInfo(
    AutoCorrectInfo info
)
vb
Sub ApplyAutoCorrectInfo(
    info As AutoCorrectInfo
)

Parameters

NameTypeDescription
infoAutoCorrectInfo

An AutoCorrectInfo object containing the text and its replacement.

|

See Also

IAutoCorrectService Interface

IAutoCorrectService Members

DevExpress.XtraRichEdit.Services Namespace