Skip to main content
A newer version of this page is available. .

AutoCorrectReplaceInfoCollection.Add(String, String) Method

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

Namespace: DevExpress.XtraRichEdit

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

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