Back to Devexpress

ReplaceCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-8d2d97c9.md

latest2.4 KB
Original Source

ReplaceCommand Class

Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ReplaceCommand :
    FindAndReplaceStringCommand
vb
Public Class ReplaceCommand
    Inherits FindAndReplaceStringCommand

Remarks

The ReplaceCommand command shows a form illustrated in the picture below. The tab Replace is active, while the Find tab is active if the form is invoked by the FindCommand.

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand DevExpress.XtraRichEdit.Commands.FindAndReplaceStringCommand ReplaceCommand

See Also

ReplaceCommand Members

FindCommand

FindNextCommand

FindPrevCommand

Keyboard Shortcuts in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace