Control.DoDragDropAsJson Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| DoDragDropAsJson<T>(T, DragDropEffects) | |
| DoDragDropAsJson<T>(T, DragDropEffects, Bitmap, Point, Boolean) |
DoDragDropAsJson<T>(T, DragDropEffects)
- Origine:
- Control.cs
- Origine:
- Control.cs
public:
generic <typename T>
System::Windows::Forms::DragDropEffects DoDragDropAsJson(T data, System::Windows::Forms::DragDropEffects allowedEffects);
public System.Windows.Forms.DragDropEffects DoDragDropAsJson<T>(T data, System.Windows.Forms.DragDropEffects allowedEffects);
member this.DoDragDropAsJson : 'T * System.Windows.Forms.DragDropEffects -> System.Windows.Forms.DragDropEffects
Public Function DoDragDropAsJson(Of T) (data As T, allowedEffects As DragDropEffects) As DragDropEffects
Parametri di tipo
- T
Parametri
- data
- T
- allowedEffects
- DragDropEffects
Valori restituiti
Si applica a
DoDragDropAsJson<T>(T, DragDropEffects, Bitmap, Point, Boolean)
- Origine:
- Control.cs
- Origine:
- Control.cs
public:
generic <typename T>
System::Windows::Forms::DragDropEffects DoDragDropAsJson(T data, System::Windows::Forms::DragDropEffects allowedEffects, System::Drawing::Bitmap ^ dragImage, System::Drawing::Point cursorOffset, bool useDefaultDragImage);
public System.Windows.Forms.DragDropEffects DoDragDropAsJson<T>(T data, System.Windows.Forms.DragDropEffects allowedEffects, System.Drawing.Bitmap? dragImage, System.Drawing.Point cursorOffset, bool useDefaultDragImage);
member this.DoDragDropAsJson : 'T * System.Windows.Forms.DragDropEffects * System.Drawing.Bitmap * System.Drawing.Point * bool -> System.Windows.Forms.DragDropEffects
Public Function DoDragDropAsJson(Of T) (data As T, allowedEffects As DragDropEffects, dragImage As Bitmap, cursorOffset As Point, useDefaultDragImage As Boolean) As DragDropEffects
Parametri di tipo
- T
Parametri
- data
- T
- allowedEffects
- DragDropEffects
- dragImage
- Bitmap
- cursorOffset
- Point
- useDefaultDragImage
- Boolean