Click or drag to resize

DROPEFFECT Enumeration

Represents information about the effects of a drag-and-drop operation. Maps to Windows' DROPEFFECT Constants.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum DROPEFFECT
Members
  Member nameValueDescription
DROPEFFECT_NONE0 Drop target cannot accept the data.
DROPEFFECT_COPY1 Drop results in a copy. The original data is untouched by the drag source.
DROPEFFECT_MOVE2 Drag source should remove the data.
DROPEFFECT_LINK4 Drag source should create a link to the original data.
See Also