JamBaseShellListViewAllowDrag Property |
Use this property to turn on or off drag support with the Windows Explorer.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also