DriveListAllowDrop Property |
Overwrites the
AllowDrop property because the DriveList does not support Drag/Drop.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also