CustomFileListTAllowDropToTheBackground Property |
If this property is set to true, the user is allowed to drop items onto the background in order to add them to the displayed list of files.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool AllowDropToTheBackground { get; set; }Public Property AllowDropToTheBackground As Boolean
Get
Set
public:
property bool AllowDropToTheBackground {
bool get ();
void set (bool value);
}member AllowDropToTheBackground : bool with get, set
Property Value
Boolean
See Also