Click or drag to resize

DROPEFFECT Enumeration

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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