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

AutoCorrectReplaceInfoCollection.Add(String, String) Method

Creates a new AutoCorrectReplaceInfo object and adds it to the collection.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public void Add(
    string what,
    string with
)

Parameters

Name Type Description
what String

A string that has to be replaced.

with String

An object that replaces a specified string.

See Also