SystemListViewShellDragDrop Property |
Activates/deactivates the internal drag drop handling of the component.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool ShellDragDrop { get; set; }
Public Property ShellDragDrop As Boolean
Get
Set
public:
property bool ShellDragDrop {
bool get ();
void set (bool value);
}
member ShellDragDrop : bool with get, set
Property Value
Type:
Booleantrue if the component should handle drag and drop exchange with the Shell, false if not.
See Also