ShellTreeViewAllowDrop Property |
Use this property to turn on or off drag and drop support with the Windows Explorer.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public override bool AllowDrop { get; set; }
Public Overrides Property AllowDrop As Boolean
Get
Set
public:
virtual property bool AllowDrop {
bool get () override;
void set (bool value) override;
}
abstract AllowDrop : bool with get, set
override AllowDrop : bool with get, set
Property Value
Type:
BooleanSee Also