AutoCorrectReplaceInfoCollection.Add(String, String) Method
Creates a new AutoCorrectReplaceInfo object and adds it to the collection.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
what | String | A string that has to be replaced. |
with | String | An object that replaces a specified string. |
See Also