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