Interface IDragSourceContextPeer
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/awt/dnd/peer/DragSourceContextPeer.html
public interface IDragSourceContextPeer
Properties
Cursor
https://docs.oracle.com/javase/8/docs/api/java/awt/dnd/peer/DragSourceContextPeer.html#getCursor-- https://docs.oracle.com/javase/8/docs/api/java/awt/dnd/peer/DragSourceContextPeer.html#setCursor-java.awt.Cursor-
Cursor Cursor { get; set; }
Property Value
Methods
StartDrag(DragSourceContext, Cursor, Image, Point)
void StartDrag(DragSourceContext arg0, Cursor arg1, Image arg2, Point arg3)
Parameters
arg0DragSourceContextarg1Cursorarg2Imagearg3Point
Exceptions
TransferablesFlavorsChanged()
void TransferablesFlavorsChanged()