シンタックス
'宣言
Public Overloads Function DoDragDrop( _
ByVal As System.Object, _
ByVal As System.Windows.Forms.DragDropEffects, _
ByVal As System.Drawing.Bitmap, _
ByVal As System.Drawing.Point, _
ByVal As System.Boolean _
) As System.Windows.Forms.DragDropEffects
'使用法
Dim instance As C1FlexViewerDialog
Dim data As System.Object
Dim allowedEffects As System.Windows.Forms.DragDropEffects
Dim dragImage As System.Drawing.Bitmap
Dim cursorOffset As System.Drawing.Point
Dim useDefaultDragImage As System.Boolean
Dim value As System.Windows.Forms.DragDropEffects
value = instance.DoDragDrop(data, allowedEffects, dragImage, cursorOffset, useDefaultDragImage)
public System.Windows.Forms.DragDropEffects DoDragDrop(
System.object ,
System.Windows.Forms.DragDropEffects ,
System.Drawing.Bitmap? ,
System.Drawing.Point ,
System.bool
)
パラメータ
- data
- allowedEffects
- dragImage
- cursorOffset
- useDefaultDragImage
参照