ShellTreeViewCopyMode Property |
Copy mode allows you to control the behaviour when files or folders get dropped.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public DragDropEffects CopyMode { get; set; }
Public Property CopyMode As DragDropEffects
Get
Set
public:
property DragDropEffects CopyMode {
DragDropEffects get ();
void set (DragDropEffects value);
}
member CopyMode : DragDropEffects with get, set
Property Value
Type:
DragDropEffectsSee Also