Control.DoDragDropAsJson Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

DoDragDropAsJson<T>(T, DragDropEffects)

C#
public System.Windows.Forms.DragDropEffects DoDragDropAsJson<T>(T data, System.Windows.Forms.DragDropEffects allowedEffects);

Type Parameters

T

Parameters

data
T
allowedEffects
DragDropEffects

Returns

Applies to

Windows Desktop 10
Produkt Verzie
Windows Desktop 10

DoDragDropAsJson<T>(T, DragDropEffects, Bitmap, Point, Boolean)

C#
public System.Windows.Forms.DragDropEffects DoDragDropAsJson<T>(T data, System.Windows.Forms.DragDropEffects allowedEffects, System.Drawing.Bitmap? dragImage, System.Drawing.Point cursorOffset, bool useDefaultDragImage);

Type Parameters

T

Parameters

data
T
allowedEffects
DragDropEffects
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

Returns

Applies to

Windows Desktop 10
Produkt Verzie
Windows Desktop 10