Version

AllowDragDropCopy Property

Gets / sets if holding the control key will designate the drag action as a copy rather then a move action.
Syntax
'Declaration
 
Public Property AllowDragDropCopy As Boolean
public bool AllowDragDropCopy {get; set;}
Remarks
This controls only the visual cue that the control will display when dragging and dropping. If true and the Control key is held, then the cue will be for a copy action and the developer will need to implement the copy action. If false then holding the control will not designate this as a copy action but rather a move action.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also