Skip to main content

IRichEditControl.DoDragDrop(Object, DragDropEffects) Method

Namespace: DevExpress.XtraRichEdit

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

Declaration

DragDropEffects DoDragDrop(
    object data,
    DragDropEffects allowedEffects
)
Function DoDragDrop(
    data As Object,
    allowedEffects As DragDropEffects
) As DragDropEffects

Parameters

Name Type
data Object
allowedEffects DragDropEffects

Returns

Type
DragDropEffects
See Also