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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also