BeforeShellDropEventArgsExecuteShellDrop Property |
Set this to false if you want to permit the execution of
the shell drop.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public bool ExecuteShellDrop { get; set; }
Public Property ExecuteShellDrop As Boolean
Get
Set
public:
property bool ExecuteShellDrop {
bool get ();
void set (bool value);
}
member ExecuteShellDrop : bool with get, set
Property Value
Type:
BooleanSee Also