DriveListAllowDrag Property |
Overwrites the
AllowDrag property because the DriveList does not support Drag/Drop.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override bool AllowDrag { get; }Public Overrides ReadOnly Property AllowDrag As Boolean
Get
public:
virtual property bool AllowDrag {
bool get () override;
}abstract AllowDrag : bool with get
override AllowDrag : bool with get
Property Value
Boolean
See Also