Click or drag to resize

ExplorerBrowserAllowDrop Property

Gets or sets a value indicating whether the control can accept data that the user drags onto it.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public override bool AllowDrop { get; set; }

Property Value

Type: Boolean
Remarks
Currently turning off Drag-and-Drop is not supported.
See Also