DriveListAllowDrop Property |
Overwrites the
AllowDrop property because the DriveList does not support Drag/Drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public override bool AllowDrop { get; }
Public Overrides ReadOnly Property AllowDrop As Boolean
Get
public:
virtual property bool AllowDrop {
bool get () override;
}
abstract AllowDrop : bool with get
override AllowDrop : bool with get
Property Value
Type:
BooleanSee Also