Enum DragAction
Specifies how and if a drag-and-drop operation should continue.
public enum DragAction
Fields
Cancel = 2
The operation is canceled with no drop message.
Continue = 0
The operation will continue.
Drop = 1
The operation will stop with a drop.