Click or drag to resize

SystemListViewShellDragDrop Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
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