DriveListAllowDrag Property |
Overwrites the
AllowDrag property because the DriveList does not support Drag/Drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also