Skip to main content

IRichEditControl.ShowPasteSpecialForm(PasteSpecialInfo, ShowPasteSpecialFormCallback, Object) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

Declaration

void ShowPasteSpecialForm(
    PasteSpecialInfo properties,
    ShowPasteSpecialFormCallback callback,
    object callbackData
)
Sub ShowPasteSpecialForm(
    properties As PasteSpecialInfo,
    callback As ShowPasteSpecialFormCallback,
    callbackData As Object
)

Parameters

Name Type
properties DevExpress.XtraRichEdit.Forms.PasteSpecialInfo
callback DevExpress.XtraRichEdit.ShowPasteSpecialFormCallback
callbackData Object
See Also