Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

AutoCorrectReplaceInfoCollection.Add(String, String, Boolean) Method

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public void Add(
    string what,
    string with,
    bool immediateReplacement
)

Parameters

Name Type Description
what String

A string that has to be replaced.

with String

An object that replaces a specified string.

immediateReplacement Boolean

Specifies whether the replacement should be performed immediately after a what string is entered. Otherwise a delimiter character (separator symbol) is required to start the replacement.

See Also