Back to Devexpress

ShowPasteSpecialFormCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-5c9dd60b.md

latest2.5 KB
Original Source

ShowPasteSpecialFormCommand Class

Invokes the Paste Special dialog.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ShowPasteSpecialFormCommand :
    PasteSelectionCommand
vb
Public Class ShowPasteSpecialFormCommand
    Inherits PasteSelectionCommand

Remarks

The typical Paste Special dialog is shown below:

Inheritance

Show 11 items

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand MultiCommand DevExpress.XtraRichEdit.Commands.TransactedMultiCommand DevExpress.XtraRichEdit.Commands.TransactedInsertObjectCommand PasteSelectionCommand ShowPasteSpecialFormCommand

See Also

ShowPasteSpecialFormCommand Members

Keyboard Shortcuts in Rich Text Editor

Paste Special Dialog in Rich Text Editor

DevExpress.XtraRichEdit.Commands Namespace