Click or drag to resize

SystemListViewShellDragDrop Property

Activates/deactivates the internal drag drop handling of the component.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool ShellDragDrop { get; set; }

Property Value

Type: Boolean
true if the component should handle drag and drop exchange with the Shell, false if not.
See Also