dbicMonth Send comments on this topic.
DoDragDrop Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : DoDragDrop Method

data
The data to drag.
allowedEffects
One of the System.Windows.Forms.DragDropEffects values.
Begins a drag-and-drop operation.

Syntax

Visual Basic (Declaration) 
Public Function DoDragDrop( _
   ByVal data As Object, _
   ByVal allowedEffects As DragDropEffects _
) As DragDropEffects
C# 
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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also