Copy mode allows you to control the behaviour when files or folders get dropped.
| C# | Visual Basic | Visual C++ |
public DragDropEffects CopyMode { get; set; }
Public Property CopyMode As DragDropEffects
public: property DragDropEffects CopyMode { DragDropEffects get (); void set (DragDropEffects value); }