PasteSelectionCommand Class
A command to paste the text from the Clipboard over the selection.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class PasteSelectionCommand :
TransactedInsertObjectCommand,
IPasteSelectionCommand
#Remarks
The PasteSelectionCommand is a multicommand consisting of two commands. The first command is the DevExpress.XtraRichEdit.Commands.DeleteNonEmptySelectionCommand, the next is the DevExpress.XtraRichEdit.Commands.PasteSelectionCoreCommand. The selection is deleted, and the Clipboard content is inserted in it’s place.