System.Windows.Forms.DragAction Enumeration

Specifies how and if a drag-and-drop operation should continue.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum DragAction

Remarks

This enumeration is used by System.Windows.Forms.QueryContinueDragEventArgs.

Members

Member NameDescription
Cancel

The operation is canceled with no drop message.

Continue

The operation will continue.

Drop

The operation will stop with a drop.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0