Skip to main content
A newer version of this page is available.
All docs
V18.2

IRichEditControl.DoDragDrop(Object, DragDropEffects) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

Declaration

DragDropEffects DoDragDrop(
    object data,
    DragDropEffects allowedEffects
)

Parameters

Name Type
data Object
allowedEffects DragDropEffects

Returns

Type
DragDropEffects
See Also