Skip to main content

IRichEditControl.DoDragDrop(Object, PortableDragDropEffects) Method

For internal use.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

PortableDragDropEffects DoDragDrop(
    object data,
    PortableDragDropEffects allowedEffects
)

Parameters

Name Type Description
data Object

 

allowedEffects DevExpress.Portable.Input.PortableDragDropEffects

 

Returns

Type Description
DevExpress.Portable.Input.PortableDragDropEffects

 

See Also