ShellTreeViewAllowDrag Property |
Use this property to turn on or off drag support with the Windows Explorer.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool AllowDrag { get; set; }
Public Property AllowDrag As Boolean
Get
Set
public:
property bool AllowDrag {
bool get ();
void set (bool value);
}
member AllowDrag : bool with get, set
Property Value
Type:
BooleanSee Also