ActiveReports 12
DoDragDrop Method (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : DoDragDrop Method
The data to drag.
One of the System.Windows.Forms.DragDropEffects values.
Begins a drag-and-drop operation.
Syntax
'Declaration
 
Public Function DoDragDrop( _
   ByVal data As Object, _
   ByVal allowedEffects As DragDropEffects _
) As DragDropEffects
public DragDropEffects DoDragDrop( 
   object data,
   DragDropEffects allowedEffects
)

Parameters

data
The data to drag.
allowedEffects
One of the System.Windows.Forms.DragDropEffects values.

Return Value

A value from the System.Windows.Forms.DragDropEffects enumeration that represents the final effect that was performed during the drag-and-drop operation.
See Also

Reference

GroupEditor Class
GroupEditor Members